-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
154 lines (140 loc) · 2.59 KB
/
Copy path.gitignore
File metadata and controls
154 lines (140 loc) · 2.59 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Secrets
.env
.env.*
!.env.example
*.pem
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
.venv/
venv/
*.egg
.cache/
# IDE / OS
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Local documentation / validation evidence (never publish)
.docs-evidence/
# Project bulk / runtime
results/
**/results/
uv.lock
*.log
tmp/
tasks/
tasks-complete*/
tasks-*/
.sisyphus/
# Generated / forge legacy output names (still never ship)
/test_*.py
test-outputs/
test-run/
test-output/
agent-tests/
test-easy-output/
/factory-output/
/devops-output/
/security-output/
/algorithms-output/
/collected/
/output/
outputs/
generated-datasets/
generated-swe/
/swe-datasets/
/test-run-hard/
run-easy/
run-medium/
run-hard/
validated-dataset/
benchmark-output/
benchmark_*.json
benchmark_*.log
benchmark_*.md
validation_summary.json
*_report.json
docker_verification_*.json
repair_*.json
results*.json
revalidation_*.json
verification_candidates.json
# SQLite cache
*.db
*.db-shm
*.db-wal
# Mission / agent local
.factory/
.firecrawl/
handoffs/
hf-tasks/
# Build
/target/
*.rs.bk
# --- datasets: KEEP only product N=9 + m28 panel (+ optional .gitkeep) ---
# Default-deny bulk dataset roots; force-include keep set below.
/datasets/**
!/datasets/.gitkeep
!/datasets/prod_hard_deepswe_med/
!/datasets/prod_hard_deepswe_med/**
!/datasets/panel_prod_hard_deepswe_med_m28/
!/datasets/panel_prod_hard_deepswe_med_m28/**
# Historical / working trees if they reappear under datasets/
datasets/test_n10/
datasets/deepagent_v1/
datasets/deepagent_v1_*/
datasets/deepagent_v1_hybrid_archive
datasets/prod_hard_keep/
datasets/prod_hard_keep*/
datasets/prod_hard_deepswe_med_prev*/
datasets/live_materials/
datasets/live_materials*/
datasets/panel_deepagent*/
datasets/panel_m*/
datasets/panel_prod_hard_bench*/
datasets/panel_prod_hard_m*/
datasets/panel_prod_hard_deepswe_med_n5/
datasets/panel_prod_hard_deepswe_med_n5*/
datasets/real_pr_pool*/
datasets/gh_archive*/
datasets/hf_pull*/
datasets/_clone_cache/
datasets/_work*/
datasets/_ship_work*/
datasets/_div_probe/
datasets/sdf-ship-*/
datasets/mine_allowlist*/
datasets/micro_keep_*/
datasets/ut_*/
datasets/_m*/
datasets/_m*_work*/
datasets/_m*_hf_stage/
datasets/_m*_evidence*/
# Global work/stage patterns
**/live_materials/
**/live_materials*/
**/_m*_work*/
**/_m*_hf_stage/
**/hf_pull*/
**/_clone_cache/
# Panel local residue
**/eval_run.pid
# Harbor motor dual-run jest node_modules cache (local only)
fixtures/harbor_motors/.ts_deps/
**/node_modules/
# Nested deepagent/ wrapper must not return (legacy nest)
/deepagent/