sskj/.gitignore
Quantong Qiu 5d2f1b2d9a docs(envs): add envs README and track deployment guides
- Add envs/README.md explaining the directory purpose and usage rules.
- Update .gitignore to exclude only virtual env subdirectories under envs/,
  allowing deployment guide documents to be tracked.
- Track existing deployment docs:
  - SM120_DSV4_DEPLOYMENT_GUIDE.md
  - SM120_DSV4_DEPLOYMENT_ISSUES.md
  - VLLM_DSV4_SM120_FIX.md
2026-07-14 10:54:46 +00:00

46 lines
1014 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 环境/依赖/临时文件
# envs/ 目录下的虚拟环境子目录(具体环境文件不提交,但文档保留)
envs/modelscope-hub/
envs/modelscope-upload/
envs/sglang/
envs/sglang-src/
envs/vllm/
# 其他通用忽略
deps/
tmp/
*.pid
__pycache__/
*.pyc
*.pyo
*.egg-info/
# 大文件/压缩包
*.zip
*.tar.gz
*.tar.bz2
# 中间日志
logs/
*.log
*.csv
# 数据集(可重新下载)
datasets/
# 原始请求级输出(方案 A极简版不存原始 jsonl
bench_results/**/raw_outputs/
# 实验级原始结果目录:保留 report.md / results.json忽略原始 jsonl 和日志
# 兼容两种结构results/<run_id>/raw_outputs/ 和 results/<run_id>/<backend>/raw_outputs/
experiments/*/results/*/raw_outputs/
experiments/*/results/*/logs/
experiments/*/results/*/*/raw_outputs/
experiments/*/results/*/*/logs/
experiments/*/results/*/*.tsv
experiments/*/results/*/*/*.tsv
# 运行时目录pid 文件、缓存、临时文件)
experiments/*/runtime/
# 无关项目
loomeval_yy/