From d0227d3635e3e4c2eb44631711424fc145b41fa3 Mon Sep 17 00:00:00 2001 From: Esturban Date: Thu, 16 Jul 2026 00:02:19 +0300 Subject: [PATCH] chore(harness): gitignore AI-tool scaffolding after history purge CLAUDE.md/GEMINI.md/.claude/.cursor/.wolf/copilot-instructions were tracked in this repo's history and have been removed via a full git-filter-repo purge (all branches force-pushed). This hardens .gitignore so they cannot be re-tracked by accident. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e9e6ce2..2fa5ff7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,9 @@ specs/ # Agent harness (public repo: keep AGENTS.md local, never commit) AGENTS.md +CLAUDE.md +GEMINI.md +gemini.md +.cursor/ +copilot-instructions.md +*.code-workspace