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
# Rust
/target/
**/*.rs.bk
**/*.orig
*.pdb
# IDE
.idea/
*.swp
*.swo
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Project specific
/temp/
/tmp/
*.log
.env
PLAN.md
# Test artifacts
/test-repos/
/test-output/
# Coverage
*.profraw
*.profdata
lcov.info
cobertura.xml
**/mutants.out*/
**/mutants.out.old*/
# Debug
*.dSYM/
# Examples
examples/projects/*
!examples/projects/content-embedding/
# Claude
**/.claude/settings.local.json
# Windows reserved device names (prevent sync issues)
NUL
CON
PRN
AUX
COM
LPT
in-memoria.db
.serena
.zed
worktrees