From 900b1d6d9f56fb321682b546e19c1b0068f40d7d Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Tue, 21 Oct 2025 16:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E8=AF=8D?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e140c1f..96d478b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,9 +31,13 @@ temp_lib/ .cursor/ AGENTS.md CLAUDE.md +CLAUDE.md.backup* *_TASK.md # Claude project-specific files .claude/ -.env \ No newline at end of file +# Local tooling artifacts +.serena/ + +.env