# Python
__pycache__/
*.py[cod]
*$py.class

# Virtual Environments
.venv/
venv/
env/
ENV/

# Python Packaging
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# UV
uv.lock

# Environment
.env
.env.*
!.env.example

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type Checking
.mypy_cache/
.pyre/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Logs
logs/
*.log

# Runtime
*.pid

# Python cache
.cache/

# Generated Projects (optional)
output/
generated/
tmp/

# Templates (keep placeholders)
!templates/**/.gitkeep