From 0d3be5084257b6f83a33edcccdaaf40318c480bb Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Fri, 30 May 2025 10:46:16 -0700 Subject: [PATCH] .gitignore personal Claude Code configs (GH-134942) https://docs.anthropic.com/en/docs/claude-code/memory backports 98a5b830d2463351800f4d76edba1a306a3e0ec9 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7965f6a404368e..d4a9700f4647a2 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,7 @@ Python/frozen_modules/MANIFEST # Ignore ./python binary on Unix but still look into ./Python/ directory. /python !/Python/ + +# People's custom https://docs.anthropic.com/en/docs/claude-code/memory configs. +/.claude/ +CLAUDE.local.md