# The coordinator's local working state — never committed (matches each library's convention).
/dev-docs/
/inbox/
/.mcp.json
/CLAUDE.local.md
/.venv/
/.venv-docs/
/.uv-cache/

# The built docs site (generated by `mkdocs build`) — never committed.
/site/
.mkdocs_cache/

# The planning graph is local-only (CLAUDE.local.md policy) — never committed.
/research/
__pycache__/
*.pyc

# The managed libraries are their own repos — not tracked by the suite root.
/petekIO/
/petekStatic/
/petekSim/
/petekTools/

# macOS
.DS_Store
**/.DS_Store

# The confidentiality tripwire contains the identifier patterns it hunts — never committed.
/scrub-check.sh

# Local helper scripts and study Makefile — never committed. The central
# `.agents/skills/` control plane is intentionally version-controlled.
/.codex/
/gq
/kg
/Makefile.local

# mkdocs / mkdocs-jupyter build cache — never committed.
/.cache/

# Libraries cloned fresh by the docs build (clone mode / RTD pre_build) — never committed.
/_libs/
/.venv-meta/
/dist/
/src/peteksuite.egg-info/
