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
# Rust build artifacts (including symlinks to shared target dirs)
/target
/target/
**/*.rs.bk
# Note: Cargo.lock is committed for binary crates per Rust best practices
# Stray compiler output
a.out
*.o
rustc-ice-*.txt
# Editor/IDE artifacts
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~
# Distribution artifacts
/dist/
# AI coding tool artifacts
.aider.chat.history.md
.aider.input.history
.aider.tags.cache.v3/
.claude/
# bv (beads viewer) local config and caches
.bv/
# Temporary files
temp_*.rs
*.tmp
# Local backup directories
.local_backup_*/
# Environment files
.env
.env.local
# Coverage artifacts
lcov.info
coverage-summary.txt
tarpaulin-report.html
# Test artifacts
test-artifacts/
junit.xml
proptest-regressions/
# Ephemeral/temporary files (agent workflow artifacts)
RESEARCH_FINDINGS.md
TOON_INTEGRATION_BRIEF.md
cov_*.out
*.snap.new
sweep_*.png
test_screenshot.png
target-*/
# Runtime SQLite databases
storage.sqlite3
storage.sqlite3-*
*.sqlite3.bak
# Remote compilation helper artifacts
.rch-target/
.rch-deploy-root/
rch-bin/
rch-install/
# Test artifacts
hello_write.txt
# Agent mail project identity
.agent-mail-project-id