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
/target/
**/*.rs.bk
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build artifacts
*.pdb
*.dll
*.exe
*.ps1
# Temporary files and test resources
tmp/
# Documentation
target/doc/
# Environment
.env
.env.local
# Old client code
old_client
# Local debug files (not for users)
examples/_debug_*.rs
examples/debug_*.rs
*_test_local.rs
temp/**
# DLL injection binaries (built executables)
dll_injection/*.exe