fix: ignore nested backend raw_outputs/logs and remove accidentally committed intermediate files

- Update .gitignore to handle results/<run_id>/<backend>/raw_outputs/ structure
- Remove in-progress SGLang vs vLLM raw jsonl and partial results from git index
This commit is contained in:
yy-fighting 2026-07-08 08:15:39 +00:00
parent 5d1cd9c266
commit 69756c598c

3
.gitignore vendored
View File

@ -24,8 +24,11 @@ datasets/
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/
# 无关项目
loomeval_yy/