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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Local environment. Never committed: these are where keys live.
.env
.envrc

# Editors / OS
.idea/
.vscode/
.DS_Store

# Claude Code (personal)
.claude/settings.local.json
HANDOFF.md

# Docs build output; docs/spec.md is copied from SPEC.md at build time
site/
docs/spec.md
# The site lives here but is deployed from Vercel, not shipped with the SDK.
web/
