Files
projectAIpopular/.gitignore
T
tzt ce0f6170d3 chore: T-P-1 工作区收敛——并行会话成果与历史未入库文件整理入库
- 入库历史遗漏源码/测试:router_system 9 模块(agent/executors/inference/knowledge/
  memory/planner/skills/trace)、tests 11 个测试文件、config/knowledge 领域知识
- 入库根目录方案文档(v2/v3/可行性×2)、references 文献(arxiv 14-18/cnki_open/
  参考文献清单)、research 论文素材(routerarena/paper/中文文献 PDF)
- 前端构建产物刷新(新 hash);webapp 误写文档删除
- gitignore 增补:deepseek-harness、research/_refs、.mimosa/.zcode、网关日志/pid、
  临时调试脚本、tests/e2e/node_modules、AI代理功能开发/prefix
- 基线确认:318 passed
2026-09-05 08:28:25 +08:00

76 lines
1.3 KiB
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/
# Env / secrets
.env
*.env
api_keys*.json
config/settings.json
# Models / data / runtime
models/
data/
bin/
runs/
*.bin
*.gguf
*.safetensors
cached_results/
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
# 模型池与智能体运行时
config/model_pool.json
agent_runs/
agent_workspace/
# 智能体工作目录:仅保留标注 README,工作产物不入库
AI代理功能开发/*
!AI代理功能开发/README.md
!AI代理功能开发/方案_校园AI代理层.md
!AI代理功能开发/实施方案_代理层与缓存层.md
# 代理层:课程前缀资料(内容属课程方)与压测原始产物不入库
AI代理功能开发/prefix/
# 参考仓库(本地查阅用,不入库)
deepseek-harness/
research/_refs/
# 工具与网关运行时状态
.mimosa/
.zcode/
_gateway.pid
_gateway.out.log
_gateway.err.log
# 临时调试产物(历次会话残留,保留磁盘文件但隐身)
_check.txt
_diag.txt
_t.txt
_test_out.txt
_run_out.txt
deepseek_reply.txt
response_check.txt
response_output.txt
check_response.py
check_spa.py
e2e_test.py
test_backend_models.py
test_deepseek.py
test_models.py
# e2e 工程 node_modules(源文件入库)
tests/e2e/node_modules/