From 431c42289d83e7929af26e9a8bb2cdd3612f57c7 Mon Sep 17 00:00:00 2001 From: iven Date: Wed, 13 May 2026 23:30:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20gitignore=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6=E6=8E=92=E9=99=A4=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 746a1c6..f6cc140 100644 --- a/.gitignore +++ b/.gitignore @@ -64,4 +64,12 @@ chi_sim.traineddata # Local settings .claude/settings.local.json -tools/ \ No newline at end of file +tools/ + +# Temp/debug files +_temp/ +tmp/ +screenshots/ +server-log.txt +snapshot_*.txt +uploads/ \ No newline at end of file