# macOS
.DS_Store

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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml

# Local-only
.mcp.json
notes/
