20 lines
164 B
Plaintext
20 lines
164 B
Plaintext
# Python
|
|
app/__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.__pycache__
|
|
|
|
# Ingnor upload files
|
|
app/static/uploads/
|
|
|
|
# Ignore env files
|
|
venv
|
|
|
|
# Ignore Log files ss
|
|
logs/
|
|
*.log
|
|
|
|
|
|
|