__pycache__/
*.pyc
dist/
.venv/
venv/
pact.db
.claude/
aidress.db
aidress.db-shm
aidress.db-wal
# MCP registry publisher CLI binary (19MB) — download separately, don't commit
mcp-publisher
tools/.env
.DS_Store

# Scraped output — review before committing
tools/output/
tools/*.csv
# Exceptions: curated input files, not generated output
!tools/manual_seeds.csv
!tools/imported.csv

# Local-only tools scripts and working files
tools/sources/
tools/CLAUDE.md
tools/validate_agents.py
SPEC_payment_trust_fixes.md
*.swp
.env

# Packaged VS Code extension build artifacts — regenerated from source, never committed
*.vsix
