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

# Generated test corpus -- rebuild with tests/fixtures/make_fixtures.py
tests/fixtures/vulnerable/
tests/fixtures/clean/
tests/fixtures/rugpull/.mcp-pin.lock
.mcp-pin-summary.json
*.sarif
.mcp-pin-llm-cache.json

# Working notes for whoever/whatever is building this. Local only: they carry
# account details and personal context that have no business in a public repo,
# and the engineering decisions they record are already in the commit messages.
CLAUDE.md
NOTES.local.md
