# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Test / Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Environment
.env
.env.local

# Database (local dev)
*.db
*.sqlite3

# OS
.DS_Store
Thumbs.db

# Reports (generated)
reports/output/

# Temp
*.tmp
*.bak
pytest-cache-files-*/
