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
# Rust
target/
debug/
**/*.rs.bk
*.pdb
Cargo.lock
# Coverage
lcov.info
# Documentation (built artifacts)
docs/book/
# Editors
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
*.vsix
.history/
.ionide
# Fuzzing (machine-generated, not committed)
fuzz/artifacts/
fuzz/corpus/
# Testing
**/mutants.out*/
# Local/personal config
.claude.local.md
.env*
!.env.example
reports/