21 lines
188 B
Plaintext
21 lines
188 B
Plaintext
# Python
|
|
app/__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.__pycache__
|
|
|
|
# Ingnor upload files
|
|
app/static/uploads/
|
|
|
|
# Ignore env files
|
|
venv
|
|
|
|
# Ignore Log files ss
|
|
logs/
|
|
|
|
# Ignore db folders
|
|
instance/
|
|
|
|
|