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
# Rust build artifacts
target/
debug/
**/*.rs.bk
*.pdb
# WASM package output
pkg/
**/dist/
# Node / tree-sitter
node_modules/
build/
*.wasm
# Reports
agents-report.html
# macOS
.DS_Store
# Editor
.vscode/
.idea/
*.iml
# Env / secrets
.env
.env.local
# Test output
*.profraw
*.profdata
lcov.info
coverage/
playwright-report/
test-results/
# Benchmarks
criterion/
**/mutants.out*/
# Cargo lock for libraries
# Cargo.lock