docs: Clean root helper files (#1203)

* chore: clean root helper files

* fix: forward quick smoke args
This commit is contained in:
mumu
2026-05-06 18:44:39 +08:00
committed by GitHub
parent 88d8ffbf81
commit 629335852e
18 changed files with 65 additions and 437 deletions

10
.gitignore vendored
View File

@@ -8,7 +8,13 @@
# 测试文件(可能包含敏感配置)
# 仅忽略仓库根目录下的临时 test_*.py 脚本tests/ 目录下的单元测试需要纳入版本控制。
/test_*.py
!test_env.py
/test.sh
# 本地评审与高级路由配置(可能包含敏感信息或临时分析产物)
/.codex
/review.md
/litellm_config.yaml
/litellm_config.*.yaml
# Python
__pycache__/
@@ -78,5 +84,3 @@ verify_*.py
static/
/apps/dsa-desktop/dist/
/apps/dsa-desktop/node_modules/
.codex