.env*
dist/
dist-standalone/
node_modules/
*.exe
*.key
*.pem
.DS_Store
Thumbs.db
coverage/
*.log
AUDIT.md
AUDIT_RESULT.md
ACCEPTANCE_RESULT.md
CLAUDE.md
AGA_MCP_SERVER_SPEC.md
AGA_STANDALONE_V2_TECHNICAL_PAPER.md
pre-push-audit.sh
aga-evidence/
standalone-v1-backup/
*.db
*.sqlite
sea-prep.blob
sea-config.json

# Python bytecode (some pre-existing files are tracked; pattern prevents new adds)
__pycache__/
*.pyc

# npm pack outputs
*.tgz

# Temp / scratch artifacts
_tmp_*
_tmp_*.*
_nc-*

# Internal harness documents (one pre-existing is tracked)
AGA_*_HARNESS.md

# Website and internal audits
WEBSITE_*_AUDIT.md
VERIFIED_STATS.json

# Sprint output directories (preship-out/ is tracked; keep explicit)
finalization-out/
followup-out/
s-tier-out/
audit-out/
aga-website-preview/

# ── Hygiene hardening (2026-06-10 audit) ──────────────────────────────────────
# Nested working repos that live inside this tree but are SEPARATE git repos with
# their own remotes. Only aga-receipt-spec is a real tracked gitlink (mode 160000);
# these three must never be embedded as gitlinks by an accidental `git add -A`,
# which would record their private/unpushed SHAs into this tree's history.
/aga-k8s/
/aga-mcp-gateway/
/aga-mcp-upstream/

# aga-lattice (the Anduril/NDA integration) was retired from the tree (afa71bb, "ships nowhere").
# It is absent from disk + untracked; this guard ensures that if the directory is ever restored
# (backup, old-commit checkout) a stray `git add -A` cannot re-introduce the Anduril content.
/aga-lattice/

# Build/verify logs and Playwright captures (disposable, regenerated on demand)
/_build_*.txt
/_vb_build*.txt
/_build_*/
/_phase4f_build/
/.playwright-mcp/

# Audit scratch (crafted probe inputs, temporary verifier copies)
/_audit_scratch_*/

# Root-level visual-pass screenshots (never source; regenerated on demand)
/*.jpeg
/*.png

# Workflow scratch scripts
/wf-*.mjs

# Internal IP package (claim-to-mechanism by nature — NEVER public)
/_ip-package-internal-*/

# Internal audit / IP-rail records (claim-mapping + competitive prose by nature).
# Kept local + on Drive; deliberately NOT versioned to minimize git-history footprint.
/BENCHMARKS.md
/COHERENCE_MATRIX.md
/EXPERT_CREDIBILITY_AUDIT_*.md
/IP_RAIL_POLICY.md
/PHASE0_IP_RAIL_REPORT.md
/PUBLIC_CLAIMS_REVIEW.md
/aga-python/PYPI_UPLOAD_READY.md
