From addcfd21f1b8c2411e412069b2081b6f793abf14 Mon Sep 17 00:00:00 2001 From: Andrey Epifancev Date: Thu, 10 Sep 2026 18:10:41 +0400 Subject: [PATCH] Ignore Claude Code memory files CLAUDE.md, CLAUDE.local.md and .claude/ are local working notes and should not be tracked in the shared repository. Co-Authored-By: Claude Opus 5 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 02f7e32..0bf5fac 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,8 @@ htmlcov/ # OS .DS_Store + +# Claude Code memory (local only, not tracked) +CLAUDE.md +CLAUDE.local.md +.claude/