.claude/

# Local-only implementation notes (concepts walkthrough, rough edges log,
# future-work log, langgraph comparison). Kept out of public history.
_docs/

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

# Virtual envs
.venv/
.env

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/

# Coverage
.coverage
.coverage.*
htmlcov/
