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

# venv
.venv/
venv/

# test / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# claude code local settings
.claude/settings.local.json

# internal work plan (not public, kept locally)
PLAN.md

# local manual testing (sample data / run results — not public)
sandbox/

# editor / OS
.DS_Store
.idea/
.vscode/

# capability/limitation one-pager (local reference, not public)
capabilities.html
