chore: gitignore 添加临时文件排除规则

This commit is contained in:
iven
2026-05-13 23:30:45 +08:00
parent 675d5a3405
commit 431c42289d

8
.gitignore vendored
View File

@@ -65,3 +65,11 @@ chi_sim.traineddata
# Local settings # Local settings
.claude/settings.local.json .claude/settings.local.json
tools/ tools/
# Temp/debug files
_temp/
tmp/
screenshots/
server-log.txt
snapshot_*.txt
uploads/