evalstone/.gitignore
ruoxi_sun 58657935fc bundle fingerprint tool repos into evalstone for self-containment
Vendor LLMmap / llm-verify / llm-fingerprint-detector under
bash/fingerprint/tools so the three fingerprint benchmarks run with only
/data1/eval mounted (no /data1/xii dependency):
- run.py DEFAULT_TOOLS_ROOT prefers builtin tools/, falls back to /data1/xii
- exclude .git / node_modules / template backups
- detector dist/ (pre-built) retained; node_modules not needed at runtime
2026-09-03 06:45:46 +00:00

60 lines
910 B
Plaintext
Raw Permalink 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
# 指纹相关 markdown 文档不入库(保留在工作区)
FINGERPRINT_BENCHMARKS_RUN.md
bash/fingerprint/README.md
bash/fingerprint/fp_fusion/README.md
bash/fingerprint/fp_fusion/references/README.md
# LLMmap 模板备份
*.previous
*.before_ds_resample