Files
2025-11-20 23:35:55 +00:00

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/