# Byte-compiled / optimized
__pycache__/
*.py[cod]

# Packaging / build artifacts
build/
dist/
*.egg-info/
*.egg

# Test / coverage caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Environment / secrets (keep .env.example tracked)
.env
.env.local

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db
