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
# Rust build artifacts
/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-*/