-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 734 Bytes
/
.gitignore
File metadata and controls
46 lines (38 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
__pycache__/
*.py[cod]
.pytest_cache/
*.egg-info/
.cache/
.venv/
venv/
config/*
!config/*.example.toml
!config/benchmarks/
!config/benchmarks/*.toml
.env
data/
benchmark/browsecomp/data/
benchmark/webshop/data/
third_party/BrowseComp-Plus/
outputs/
benchmark/stabletoolbench/tool_response_cache
benchmark/stabletoolbench/tools
artifacts/*
.claude/*
# Local experiment runs and generated analysis artifacts
202604*T*Z*/
202604*_paper_run__*/
20260426_qwen3_32b_paper_run__qwen_qwen3_32b_nitro*/
*/Plot/
*/logs/
experiment_summary.csv
experiment_summary.json
run_*.trajectory.json
run_*.trace_metrics.json
summary.csv
# Files commonly created by extracted archives/downloads
__MACOSX/
*Zone.Identifier
*.zip
*.7z
PAPER_DRAFT.md