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

# Build
dist/
build/
*.egg-info/
*.egg
site/

# Testing
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
.tox/

# Data
*.db
*.db-wal
*.db-shm

# Secrets
.env
.env.local
.env.*.local

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

# Local working files (audit logs, prompts, scratch)
docs.local/

# Internal planning docs (contain cross-repo references)
docs/plan/

# OS
.DS_Store
Thumbs.db

# Lock files (reproducible installs handled via pyproject.toml)
uv.lock

# Claude scratchpad
claude.scratchpad.md
