# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
.venv/
env/
ENV/
env.bak/
venv.bak/
migrations/
static/
uploads/

# Flask
instance/
.webassets-cache

# Database
*.db
*.sqlite
*.sqlite3
app.db

# Environment variables
.env

# Logs
logs/
*.log

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Migrations (uncomment if you want to track migrations)
# migrations/

# Backup files
*.bak