From 264ff0dbb4981fa512e1f4a0040f1b9f820637d9 Mon Sep 17 00:00:00 2001 From: Ye Hong Date: Mon, 4 May 2026 15:46:49 +0200 Subject: [PATCH] MNT: ignore Claude local files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d318f16e..69008d0d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,10 @@ __pycache__/ *.py[cod] *$py.class +# Local assistant configuration and notes +CLAUDE.md +.claude/ + # C extensions *.so @@ -120,4 +124,4 @@ Pipfile.lock /docs.gen .diff /docs_local -*.orig \ No newline at end of file +*.orig