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

# Agent working notes — local only, not for the public repo
CLAUDE.md

# Signing key material (mcpb sign --self-signed) — never commit private keys
*.pem

# Packaging outputs (build them on release; don't commit)
*.mcpb
_build_out.txt
PUBLISHING.md
_*.bat
/_*.py
/_*.txt
