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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Rust
/target
**/*.rs.bk
*.pdb
# Commit Cargo.lock for applications
# !Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace
# OS
.DS_Store
Thumbs.db
desktop.ini
# Environment
.env
.env.local
.env.*.local
# Build artifacts
*.exe
*.dll
*.so
*.dylib
*.rlib
*.lib
# Test coverage
tarpaulin-report.html
coverage/
*.profraw
*.gcda
*.gcno
# Generated files
generated-files/
# Rust-analyzer
.rust-analyzer/
rust-project.json
# Logs
*.log
*.log.*
logs/
# Temporary files
*.tmp
*.temp
*.cache
*.bak
*.backup
*_backup
.cache/
tmp/
temp/
# CI/CD artifacts
.ci/
ci-artifacts/
# Release artifacts
*.zip
*.tar.gz
*.tar.bz2
checksums.txt
# macOS
.AppleDouble
.LSOverride
# Windows
ehthumbs.db
$RECYCLE.BIN/
# Debug files
*.dSYM/
*.su
*.idb
# Documentation builds
site/
docs/_build/
# Development
.dev/
# Security
*.pem
*.key
# Archive directory
archive/
# RAPS history
.raps_history