mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
docs: Clean root helper files (#1203)
* chore: clean root helper files * fix: forward quick smoke args
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user