From bf005867b2c106ceceff68d54d0344c85aaacb63 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Fri, 26 Jun 2026 20:33:39 -0400 Subject: [PATCH] chore: gitignore local agent tooling dirs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore .claude/ and .claude-mpm/ — local agent scratch dirs, not project files. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0ab90d0..e95f392 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,7 @@ go.work.sum .idea/ .vscode/ *.swp + +# Local agent tooling (not part of the project) +.claude/ +.claude-mpm/