__pycache__/
*.py[cod]
*.pyo
.venv/
dist/
build/
*.egg-info/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Per-machine agent state: which MCP servers a developer approved, their own
# permission grants. The checked-in .mcp.json, .claude/settings.json and
# .claude/skills/ are shared; this is not.
.claude/settings.local.json

