evalstone/.gitignore
ruoxi_sun b28828f3e7 add llmmap model.pt weights to built-in model library
Completes the evalstone-built-in llmmap model library (conf.json +
model.pt + templates.json) so clone-only environments can run llmmap
without depending on /data1/xii mounts. 12MB inference weight.
2026-09-03 02:38:35 +00:00

50 lines
648 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.

# 本地数据集缓存
/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
# DeepSWE Pier 离线 uv / mini-swe-agent wheel
/bash/images_load/offline_pier_agent/
# 指纹模型库:二进制权重不进 gitconf.json/templates.json 是小文件可提交)
# 临时备份文件
*.bak.*
*.pre_refill
*.pre_glm_refill