-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitignore
More file actions
152 lines (130 loc) · 2.75 KB
/
Copy path.gitignore
File metadata and controls
152 lines (130 loc) · 2.75 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
# Build artifacts
/target
/target_local
a.out
# Model weights — never commit (6.67 GB shard, quantized derivatives, etc.)
*.safetensors
*.focrq
*.gguf
*.bin
model-*.safetensors
model.safetensors.index.json
# Runtime state
/.franken_ocr
storage.sqlite3
storage.sqlite3-wal
storage.sqlite3-shm
storage.sqlite3.bak
storage.sqlite3.corrupt-*
storage.sqlite3-shm.corrupt-*
storage.sqlite3-wal.corrupt-*
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
# Images
#
# OCR test fixtures ARE images and MUST be committable. We therefore do NOT
# blanket-ignore png/jpg. We only ignore a dedicated scratch dir and stray
# root-level images, and we keep the GitHub social-preview exception.
/scratch_images/
/*.png
/*.jpg
/*.jpeg
/*.webp
!gh_og_share_image.png
# Keep all committed test fixtures (images live here).
!tests/fixtures/**
# beads viewer local config and caches
.bv/
# Agent mail
.agent-mail-project-id
.agent-mail.yaml
# macOS
.DS_Store
._*
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Cargo lock is committed (binary crate)
# Cargo.lock
# Golden-artifact test sidecars (written next to a golden on mismatch / pending bless;
# never committed — review the diff and re-bless via UPDATE_GOLDENS=1 instead). See
# docs/conformance/GOLDEN.md §5 and tests/cli_robot_golden.rs's gitignore-discipline guard.
*.actual
*.snap.new
# Temporary files
*.tmp
*.bak
*.corrupt
*.corrupt-*
*.bak-wal
# Beads recovery/orphan artifacts
.beads/*.orphan_*
.beads/*.corrupt_*
.beads/*.pre_recovery_*
.beads/*.recover*.sql
.beads/*.bad_*
.beads/*.backup_*
.beads/*.rebuild_*
.beads/recovery*/
.beads_recovery/
.beads_recovery_*/
# Environment / local settings
.env
.claude/settings.local.json
# Ephemeral files (core dumps, profiling, agent config backups, etc.)
core.*
core
perf.data
perf.data.old
clippy.txt
clippy.json
clippy_results.json
clippy_unwrap.json
clippy_unwrap_clean.txt
check_output.txt
error.log
rustc-ice-*.txt
# NTM session state
.ntm/
# Root-level agent-generated scripts and scratch output
*.log
nohup.out
/*.txt
/*.py
/*.sh
!/install.sh
/*.json
!package.json
/*.jsonl
# ACFS / agent-mail / MCP ephemeral patterns
codex.mcp.json
cursor.mcp.json
gemini.mcp.json
cline.mcp.json
opencode.json
.opencode.json.*.bak
windsurf.mcp.json
*.mcp.json.*.bak
# Agent session ephemeral files
SESSION_TODO.md
SESSION_REPORT.md
SESSION_*.md
verify_*.sh
newfile.txt
repro_*.rs
# Python tooling cache (scripts/)
__pycache__/
# Ephemeral, signable release-gauntlet output (must not perturb git HEAD/state)
/.gauntlet-output/
# Generated agent worktrees are coordination scratch, never release inputs.
/.claude/worktrees/
# Nested crate build artifacts
target-codex*/
target_*/
crates/*/target/
# Baidu model source snapshots (re-fetch via scripts/fetch_sources.sh; only hashes are committed)
/docs/truth-pack/snapshots/