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
# Rust/Cargo
target/
**/*.rs.bk
# Build artifacts
*.rlib
*.rmeta
# Executables and debugging
*.exe
*.dll
*.so
*.dylib
*.a
*.o
*.obj
*.pyc
*.pdb
*.log
# IDEs and tools
.claude/
*.swp
*.swo
*.bak
# MacOS
.DS_Store
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# By Cargo
Cargo.lock
/docs/book