From 6e384d1835175ccd03a08156d1e939627f6bfa7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E5=AE=87?= Date: Sat, 4 Jul 2026 10:49:42 +0000 Subject: [PATCH] chore: ignore perf.data and .claude/ artifacts Profiling output (`perf.data*`) and Claude Code's `.claude/` directory are local artifacts that shouldn't be tracked; ignore them so a stray `git add -A` doesn't pick them up. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4fffb2f..c899763 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /target /Cargo.lock +perf.data* +.claude/