-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (43 loc) · 1.52 KB
/
.gitignore
File metadata and controls
50 lines (43 loc) · 1.52 KB
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
47
48
49
50
__pycache__/
*.pyc
*.egg-info/
*.egg
.python-version
main.py
.env
# Auto-generated READMEs inside experiment results / agent workspaces.
# We keep source READMEs (top-level, scenario dirs, examples) but drop
# the noise from runs.
prototype/experiments/**/README.md
prototype/experiments/results/
prototype/experiments/fig1_queue_logs/
# pytest cache — auto-generated; safe to delete, regenerates on next run.
.pytest_cache/
**/.pytest_cache/
# Local build artifacts (wheels/sdist; PyPI publishes happen out-of-tree)
dist/
build/
*.whl
*.tar.gz
# Per-session agent workspace clones (testbed git repos, conda envs, etc.).
# These are reproducible from the SWE-bench Docker images + chain manifest;
# committing them would balloon the repo (one v0_2_verify run = ~9 GB of
# packed git objects). Keep eval outputs (metrics/aging_card/trace), drop
# the workspace tree.
prototype/experiments/results/**/workspace/
# Same pattern for fig1 queue logs (S7+ paper Figure 1 reproduction):
# the agent's workspace / snapshots / egg-info from past runs are
# regenerable; ~140 MB of bloat that isn't actual eval data.
prototype/experiments/**/workspace/
prototype/experiments/**/workspace_archive/
prototype/experiments/**/snapshots/
prototype/experiments/**/*.egg-info/
prototype/experiments/**/.openhands_persist/
prototype/experiments/**/.pytest_cache/
# macOS Finder metadata
.DS_Store
**/.DS_Store
# Promo animation workshop: GIF generators and their rendered output.
# Local-only marketing assets; not part of the benchmark/source tree.
promo/
paper.tex