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
Cargo.lock
# === Standard exclusions (do not depend on user ~/.gitignore) ===
# Rust build artifacts
target/
# Fuzz build artifacts and crashes
fuzz/target/
fuzz/artifacts/
# Profiling
perf.data
perf.data.old
flamegraph.svg
heaptrack.*.zst
cachegrind.out.*
callgrind.out.*
massif.out.*
# C/C++ build artifacts
*.o
*.obj
*.a
*.lib
*.so
*.dylib
*.dll
*.rlib
# Compiled binaries with no extension
rust_out
# Node
node_modules/
# OS
.DS_Store
Thumbs.db
# Editors
*.swp
*.swo
*~
.idea/
.vscode/
*.iml
copter-report/
.superwork/