Files
2026-07-10 15:49:55 -04:00

42 lines
367 B
Plaintext

# Environment & secrets — NEVER commit these
.env
*.env
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
# Virtual environments
venv/
env/
.venv/
.venv-test/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Flask / instance
instance/
app/static/uploads/
# IDEs
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log