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

# Virtual environments
.venv/

# Caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Working docs (kept local)
plan.md

# Claude Code local tooling (not part of the package)
.claude/
.agents/
skills-lock.json
