27 lines
240 B
Plaintext
27 lines
240 B
Plaintext
# Python
|
|
*.pyc
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Virtual Environment
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Flask-specific
|
|
instance/
|
|
*.sqlite
|
|
*.db
|
|
|
|
# IDE and OS files
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
tmp/
|