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
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb
# Cargo
Cargo.lock
# Note: For applications, you may want to commit Cargo.lock
# Uncomment the line above if you want to ignore it
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Cargo local configuration (keep .cargo/config.toml if it's project-specific)
# .cargo/config.toml
# Environment files
.env
.env.local
# OS files
Thumbs.db
.DS_Store
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Backup files
*.bak
*.tmp