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

# Virtual environment
.venv/

# Environment
.env
.env.local

# Secrets
*.pem

# Database
*.db

# IDE
.idea/

# OS
.DS_Store

# Ruff
.ruff_cache/

# uv
uv.lock

# Zenve worktrees (ephemeral, never committed)
worktrees/

.coverage
