# Local-only working docs (per user preference)
docs/
CLAUDE.md

# Local-only editor config (project type checker is mypy, not pyright)
pyrightconfig.json

# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

# Env
.env
