From 6eb898ffca4508ed5dfc92c424da82ef0dcabe0f Mon Sep 17 00:00:00 2001 From: didericis Date: Tue, 12 May 2026 15:13:43 -0400 Subject: [PATCH] chore(git): ignore .claude/ local state The directory carries this session's scheduled-tasks lock file and agent-memory cache; both are per-user state, not project artifacts. Stops `git status` from listing it on every command. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 85391dd..a7ac670 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ .DS_Store Thumbs.db +# Claude Code local state — agent memory, scheduler lock, etc. +.claude/ + # mcp-server (TypeScript) mcp-server/node_modules/ mcp-server/dist/