From 72a1d5c8b3095adf6570619be8bb6d22c8e535bc Mon Sep 17 00:00:00 2001 From: jiao Date: Wed, 15 Apr 2026 08:25:06 +0800 Subject: [PATCH] chore: ignore local Claude Code artefacts Adds .claude/ and CLAUDE.md to .gitignore so developer-local Claude Code settings and notes don't end up tracked. Neither path is currently in the index, so this is a pure ignore addition. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 58dc151..fc789ce 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ build/ .venv/ venv/ .env +.claude/ +CLAUDE.md \ No newline at end of file