-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy path.gitignore
More file actions
276 lines (235 loc) · 6.16 KB
/
Copy path.gitignore
File metadata and controls
276 lines (235 loc) · 6.16 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
/target/
target-*/
target_*/
.tmp/
a.out
rustc-ice-*.txt
*.snap.new
# bv (beads viewer) local config and caches
.bv/
# br local history backups and quarantine
.beads/.br_history/
.beads/.br_history_quarantine/
# `br` recovery scratch directory (in-progress repair workspace).
.beads/.br_recovery/
.beads/beads.db.rebuild_*
# local Pi agent config (may contain API keys)
.pi/
# Local legacy pi-mono dependency provisioning symlink (machine-specific).
/legacy_pi_mono_code/pi-mono/node_modules
# Model-catalog generator (scripts/gen-model-catalog.mjs, gh #117)
/scripts/node_modules
/scripts/models.generated.candidate.ts
# generated test artifacts
tests/ext_conformance/artifacts/entry-point-scan.json
tests/ext_conformance/reports/*
# committed baselines
!tests/ext_conformance/reports/CONFORMANCE_REPORT.md
!tests/ext_conformance/reports/conformance_baseline.json
!tests/ext_conformance/reports/conformance_summary.json
!tests/ext_conformance/reports/COMPATIBILITY_SUMMARY.md
!tests/ext_conformance/reports/gate/
!tests/ext_conformance/reports/gate/must_pass_gate_verdict.json
!tests/ext_conformance/reports/gate/must_pass_events.jsonl
!tests/ext_conformance/reports/gate/must_pass_gate_report.md
!tests/ext_conformance/reports/lifecycle_hooks/
!tests/ext_conformance/reports/lifecycle_hooks/lifecycle_hook_parity_matrix.json
!tests/ext_conformance/reports/health_delta/
!tests/ext_conformance/reports/health_delta/health_delta_report.json
!tests/ext_conformance/reports/health_delta/health_delta_events.jsonl
!tests/ext_conformance/reports/health_delta/health_delta_report.md
!tests/ext_conformance/reports/journeys/
!tests/ext_conformance/reports/journeys/journey_report.json
!tests/ext_conformance/reports/journeys/journey_events.jsonl
!tests/ext_conformance/reports/journeys/journey_report.md
tests/ext_conformance/reports/journeys/details/
# sqlite databases and WAL/SHM artifacts
storage.sqlite3
*.sqlite3-wal
*.sqlite3-shm
*.sqlite3-journal
# Agent probe/scratch files and temp directories
.codex_space_probe
.space_probe_bytes
.rch-tmp/
.tmp-*/
.tmp-*
.tmp_*
.white_deer_target/
tmp_*/
tmp_link
tmp_probe*
_tmp-*/
_tmp_*/
# Per-agent cargo home directories (Codex/concurrent agents)
.cargo-home*/
# Per-agent cargo target directories
.cargo-target*/
.target-*/
.target_*/
_target_*/
_target-*/
# Root-level cargo target/tmp tree accidentally synced by rch artifact retrieval.
/ubuntu/
# Per-agent remote build directories created by rch
.rch-target-*/
# Root-level bead-named cargo target directories accidentally created by a
# relative CARGO_TARGET_DIR (for example bd-fl0p3-7/).
/bd-*/
# Benchmark result directories
.bench*/
# Fuzz build artifacts, corpus data, and run reports
fuzz/corpus/
fuzz/target/
fuzz/reports/
# Proptest regression artifacts
proptest-regressions/
*.proptest-regressions
# Recovery backup files (from crash recovery)
*.root_full_recovery
*.empty_recovery
# Session export snapshots
pi-session-*.html
# Patch/merge artifacts
*.orig
*.rej
# E2E test run results (timestamped, ephemeral)
tests/e2e_results/
tests/evidence_bundle/
!tests/evidence_bundle/
tests/evidence_bundle/*
!tests/evidence_bundle/index.json
!tests/evidence_bundle/events.jsonl
!tests/evidence_bundle/bundle_report.md
tests/edit_repro.rs
# Build artifacts (concurrent agent output)
artifacts/
release_artifacts/
# Python bytecode caches
__pycache__/
*.pyc
# Ephemeral agent progress trackers
claude-upgrade-progress.json
# Claude Code IDE config
# Ignore contents of .claude/ (not the dir itself) so we can un-ignore the
# installer-managed skill below — `.claude/` would prevent re-inclusion.
.claude/*
# …but track the installer-managed skill tree (referenced by
# scripts/skill-smoke.sh and tests/installer_regression.sh — must exist in
# clean CI checkouts so the release workflow's installer regression passes).
!.claude/skills/
!.claude/skills/**
# Clippy/lint output logs
clippy.log
# Ephemeral agent scratch/repro/plan files
repro_fuzzy.rs
PLAN_TO_FIX_READ_TOOL.md
tests/conformance/test_read_streaming.rs
# UBS scan output and agent debug artifacts
ubs_*.txt
ubs_*.json
ubs_*.sarif
criticals.txt
unwraps.txt
js_unwraps*.txt
panic_grep*.txt
rust-bug-scan.txt
parse_*.py
tests.log
# Root-level scratch test files (agent-generated debug/repro harnesses)
/test_*.rs
/run_test.rs
/run_*.rs
# Agent debug diff/log files
_ext_log.diff
_recent_agent_commits.diff
_ubs_findings.jsonl
_ubs_summary.json
ubs-scan.txt
ubs-src-results.json
findings.jsonl
ubs_crit.jsonl
# Agent-generated fix/debug scripts
fix_fs.py
fix_tests.py
filter_panics.py
# Scratch test binaries and source
/test_mock*
/print_env
/print_env.rs
src/bin/test_duration.rs
src/bin/test_time.rs
# Ephemeral test output and scratch binaries
/test.jsonl
/test_heal
/test_heal.txt
/ubs.jsonl
# Codex cargo home (build cache)
.codex-cargo-home/
# Compiler artifacts
*.rlib
# Ephemeral patch/diff and scratch scripts
/patch.diff
/test_script.sh
# UBS root-level scan artifacts
/ubs.json
/ubs.jsonl
/ubs-report.txt
/ubs_tools.jsonl
/check.json
# Agent-generated search/fix scripts
/find_async_fs.py
/fix_tools_write.rs
# ACFS ephemeral patterns (auto-generated agent artifacts)
core
core.*
!src/extensions/tests/core.rs
cline.mcp.json
codex.mcp.json
cursor.mcp.json
gemini.mcp.json
opencode.json
windsurf.mcp.json
*.mcp.json.*.bak
.opencode.json.*.bak
.windsurf.mcp.json.*.bak
.agent-mail-project-id
.agent-mail.yaml
*.sqlite3.bak
*.sqlite3.corrupt*
storage.sqlite3.corrupt-*
storage.sqlite3-shm.corrupt-*
storage.sqlite3-wal.corrupt-*
.beads/*.corrupt*
.beads/*.pre_repair_*
.beads/*.repair_candidate_*
.beads/*.bak-corrupt
# Per-agent codex cargo target directories (sibling to .cargo-target*/).
# These contain CACHEDIR.TAG and are generated by spawning codex subagents.
/codex/
/codex-*/
/codex_*/
/review_agent/
# Agent runtime state / zero-byte marker files
/.codex
/.ntm/
# Root-level agent scratch source files (real code lives under src/ and tests/)
/ExtensionManager
/Self
/ext.rs
/ext_disp.rs
/openai.rs
/parse_jsonl.js
/test.txt
/test_crypto.js
/test_crypto_binary.js
/test_json.js
/update_session_picker.py
/all_unwraps.txt
/unwraps.json
# Additional UBS scan outputs (named variants not covered above)
/ubs-out.txt
/ubs-report.json
/ubs.txt
/ubs_findings.jsonl
/ubs_findings.txt