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