chore: gitignore 补充临时脚本和日志规则,防止未来积累
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -114,11 +114,22 @@ chat-ui/
|
|||||||
# 生产环境配置(含 API 密钥)
|
# 生产环境配置(含 API 密钥)
|
||||||
deploy/.env.production
|
deploy/.env.production
|
||||||
|
|
||||||
# 根目录临时测试脚本
|
# 根目录临时测试脚本和调试脚本
|
||||||
test_*.py
|
test_*.py
|
||||||
test_*.json
|
test_*.json
|
||||||
|
debug_*.py
|
||||||
|
verify_*.py
|
||||||
|
bench_*.py
|
||||||
|
bench_*.json
|
||||||
|
extract_questions.py
|
||||||
|
start_server.py
|
||||||
rag_response.json
|
rag_response.json
|
||||||
|
rag_resp.txt
|
||||||
|
*_extracted.txt
|
||||||
nul
|
nul
|
||||||
|
server.log
|
||||||
|
server_err.log
|
||||||
|
.dataservice_debug.log
|
||||||
|
|
||||||
# 临时调试脚本(下划线开头)
|
# 临时调试脚本(下划线开头)
|
||||||
scripts/_*.py
|
scripts/_*.py
|
||||||
|
|||||||
Reference in New Issue
Block a user