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
# Build artifacts
/target/
# Editor / IDE
*.swp
*.swo
*~
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Debug
*.pdb
core
core.*
# Coverage
lcov.info
tarpaulin-report.html
coverage/
# Criterion benchmark cache (reports regenerated by scripts/run-benchmarks.sh)
criterion/
# Benchmark results (local-only, regenerated by make bench)
benchmark-results/*.json
benchmark-results/*.md
# Secrets / environment
.env
.env.*
!.env.example
# Claude Code
.claude/
# Cargo.lock — generated during CI/CD, not committed for library crates
Cargo.lock
/.cargo/