From 21247a73a4b5da9760219bf99ddaf542fd61e7db Mon Sep 17 00:00:00 2001 From: Joseph Ibrahim Date: Thu, 2 Jul 2026 12:03:35 -0400 Subject: [PATCH] chore(gitignore): ignore ANVIL harness + local review notes on the public repo Encodes the keep-local policy that has so far been enforced by hand: the ANVIL autonomous-build harness (.anvil/ + its two docs), the local system prompt reference, the hand-verified codebase review, and coverage debris are machine-local operating material, not repo content. A stray `git add -A` can no longer sweep them toward public history. Co-Authored-By: Claude Fable 5 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 4d94d38..fa51f6c 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,11 @@ verify_render/ files.zip cozy.spec.yaml .planning/fieldhouse/ + +# ANVIL autonomous-build harness + local review notes - keep local (public repo) +.anvil/ +ANVIL_CROSS_REFERENCE.md +ANVIL_runbook.md +CLAUDE-FABLE-5.md +.planning/CODEBASE_REVIEW_*.md +.coverage