# ---------------------------------------------------------------------------
# Internal preparation material — NEVER published.
# The canonical copies live in the private Obsidian vault at
# Efforts/Projects/Peering Intelligence MCP/. These paths exist locally so the
# engineering skills' commands work; they must not reach the public repo.
# ---------------------------------------------------------------------------
SPEC.md
tasks/
notes/
.claude/

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

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

# Local runtime
.env
.cache/
*.log

# OS / editor
.DS_Store
.idea/
.vscode/

# Rendered diagrams. The JSON sources and the SVGs in docs/images/ are
# what the repository carries; the HTML in between is a local intermediate.
docs/*.html
