From b2ccec79b9334828ed8ff2524d2188727c765ef1 Mon Sep 17 00:00:00 2001 From: lacerate551 <128470311+lacerate551@users.noreply.github.com> Date: Sun, 21 Jun 2026 20:28:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20gitignore=20=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E8=84=9A=E6=9C=AC=E5=92=8C=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=8C=E9=98=B2=E6=AD=A2=E6=9C=AA=E6=9D=A5?= =?UTF-8?q?=E7=A7=AF=E7=B4=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ef1a39a..c07b375 100644 --- a/.gitignore +++ b/.gitignore @@ -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