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