# AI agent tooling — local per-user state only; nothing under these is committed
.claude/
.codex/
.agents/

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