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
# Build artifacts (all target directories)
target/
target*/
# Cargo lock for library crates (keep for binary crates)
# Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Legacy Go reference code (not part of Rust project)
/legacy_beads/
# Added by cargo (covered by target*/ above)
# bv (beads viewer) local config and caches
.bv/
# Beads ephemeral files (runtime artifacts, not issues.jsonl)
.beads/last-touched
.beads/.bv.lock
# Coverage reports
/coverage/
# Local agent/session artifacts
SESSION_STATUS.md
a.out
# Temp directories and crash reports
temp_test*/
rustc-ice-*.txt
# Profiling data
perf.data
perf.data.old
# Large source images (webp versions are committed)
*.png
# Claude Code temp files
claude-upgrade-progress.json
# Shell command artifacts (from malformed redirects like `> =`)
=
# Local scratch SQLite DBs (never tracked)
storage.sqlite3
storage.sqlite3-*
# Local Cargo and Rustup caches (agent workspace artifacts)
.cargo/
.rustup/
# Ephemeral/temporary files (agent workflow artifacts)
RESEARCH_FINDINGS.md
TOON_INTEGRATION_BRIEF.md
cov_*.out
rustc-ice-*.txt
*.snap.new
sweep_*.png
test_screenshot.png
# Nix build outputs (keep flake.lock - it should be committed)
result
result-*
.direnv/
# Private keys and certificates
*.pem