evalstone/.gitignore
sora 2ee0af0728 docs: add resource prep section and sync docker/bash helpers
- Rewrite myread.md with proper markdown and four download sources:
  code, data, evalscope-complete-py312 image, execution images.
- Add bash/collect_results.py, perf_backup.py, pull_swe_bench_images.py
  for result aggregation, breakpoint perf recovery, and SWE-bench
  image pre-pulling.
- Update bash/run.py with multi-run suites, perf backup/restore, and
  whitelist-based summary.
- Update config/dpv4-int8_nothinking.yaml benchmark parameters.
- Ignore /docker_images and /results in .gitignore.
2026-07-23 02:18:15 +00:00

42 lines
404 B
Plaintext

# 本地数据集缓存
/bash/dataset/*
# Python 缓存
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
# 环境
.env
.venv
venv/
env/
# 评测输出结果
/temp/
/outputs/
/output/
/output*
/docker_images
/results
/tau2-bench
/log
/docker
/datasets
# 日志
*.log
log*
/tools*
# 密钥/配置文件
*.secret
*.key
api_keys.json
config_private.py
# 前端构建产物
node_modules/
*.zip
*.tar.gz