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

# uv / venv
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Type checkers
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

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

# OS
.DS_Store
Thumbs.db

# Local data
*.db
*.sqlite
*.sqlite3
*.sqlite-shm
*.sqlite-wal
.bootstrap/
data/

# Agent worktrees
.claude/

# Secrets
.env
.env.*
!.env.example
