chore: gitignore 补充临时脚本和日志规则,防止未来积累

This commit is contained in:
lacerate551
2026-06-21 20:28:47 +08:00
parent 53e48cccb2
commit b2ccec79b9

13
.gitignore vendored
View File

@@ -114,11 +114,22 @@ chat-ui/
# 生产环境配置(含 API 密钥)
deploy/.env.production
# 根目录临时测试脚本
# 根目录临时测试脚本和调试脚本
test_*.py
test_*.json
debug_*.py
verify_*.py
bench_*.py
bench_*.json
extract_questions.py
start_server.py
rag_response.json
rag_resp.txt
*_extracted.txt
nul
server.log
server_err.log
.dataservice_debug.log
# 临时调试脚本(下划线开头)
scripts/_*.py