__pycache__/
*.py[cod]
.DS_Store
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.ai-runs/
.ai-work/
# Generated CommandCenter evidence artifacts (JUnit XML + evidence.json); uploaded by CI, never tracked.
/evidence/
# Local agent-session state (worktrees of other branches live under
# .claude/worktrees). The boundary scan and export gate ignore it; ignoring
# it here keeps a root `git add -A` from ever staging it.
.claude/
.tmp-session-journal-*/
adapters/projects/.validate-*.json
# Public releases ship only the fictional example source adapter. Real product adapters belong in the
# adopter repo as `.minervit/adapter.json` or in a private adapter repo.
adapters/projects/*.json
!adapters/projects/.bootstrap-legacy-allowlist.json
!adapters/projects/example-saas.json
# Scratch audit/analysis artifacts must not leak into a public clone.
/*-AUDIT-*.md
# Staging inbox for incoming proposals; never track a shadow fork of a shipped skill here.
/incoming/
.venv/

# Minervit generated Graphify output
graphify-out/
