https://github.com/python/cpython/commit/69536093de97b52789912bf1260b395a38b42aa8
commit: 69536093de97b52789912bf1260b395a38b42aa8
branch: 3.14
author: Gregory P. Smith <g...@krypto.org>
committer: gpshead <g...@krypto.org>
date: 2025-05-30T18:26:24Z
summary:

[3.14] .gitignore personal Claude Code configs (GH-134942) (#134944)

.gitignore personal Claude Code configs (GH-134942)

https://docs.anthropic.com/en/docs/claude-code/memory

backports 98a5b830d2463351800f4d76edba1a306a3e0ec9

files:
M .gitignore

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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to