From 455fadc3f5e9f2028a7017b1762a5e3dd8159df9 Mon Sep 17 00:00:00 2001 From: Brittany Reese Markides <12763491+brittanyreese@users.noreply.github.com> Date: Sat, 4 Jul 2026 10:04:29 -0500 Subject: [PATCH] chore(gitignore): pin agent/tool caches for portable ignores The six agent/tool cache dirs (.claude, .serena, .superpowers, .memsearch, .code-review-graph, .hypothesis) were only excluded via the machine's global excludesfile or a nested self-.gitignore. Neither travels with the repo, so a fresh clone or CI could stage them. Pin them in the repo .gitignore as a backstop. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 2718b86..742ce10 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,15 @@ htmlcov/ # Private local agent context (canonical context is the tracked AGENTS.md) CLAUDE.md +# Private agent / tool caches — pinned here so they survive a fresh clone or CI, +# instead of relying on the machine's global excludesfile or a nested .gitignore. +.claude/ +.serena/ +.superpowers/ +.memsearch/ +.code-review-graph/ +.hypothesis/ + # Private research / white-paper working notes (not part of the published repo) research/