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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
# Rust
# Generated by Cargo
target/
Cargo.lock
# Build artifacts
*.o
*.a
*.so
*.dylib
*.dll
*.exe
# Test artifacts
*.profraw
*.profdata
# Coverage reports
coverage/
*.gcda
*.gcno
lcov.info
cobertura.xml
tarpaulin-report.html
# Cargo-generated files
**/*.rs.bk
*.pdb
# Remove Cargo.lock from gitignore for binary crates
# (For library crates, Cargo.lock should be ignored)
# Uncomment if this becomes a binary-only project:
# !Cargo.lock
# IDEs and Editors
# VS Code
.vscode/
*.code-workspace
# IntelliJ IDEA / CLion / RustRover
.idea/
*.iml
*.ipr
*.iws
.fleet/
# Vim
*.swp
*.swo
*~
.vim/
# Emacs
*~
\#*\#
.\#*
# Sublime Text
*.sublime-project
*.sublime-workspace
# Zed
.zed/
# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
# Linux
*~
.fuse_hidden*
.directory
.Trash-*
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Backup files
*.bak
*.tmp
*.temp
# Documentation build artifacts
/target/doc/
book/
docs/book/
# Benchmarks
target/criterion/
*.bench
# Examples build artifacts
examples/*/target/
# Test temporary files
test_output/
tmp/
temp/
# Rust Analyzer
rust-project.json
# CI/CD
.github/workflows/*.log
# Environment files
.env
.env.local
.env.*.local
.envrc
# Database files (for testing)
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Generated files from tests
tests/fixtures/generated/
tests/tmp/
# LLVM coverage
*.profdata
*.profraw
default.profraw
# Flamegraph
flamegraph.svg
perf.data
perf.data.old
# Valgrind
vgcore.*
*.valgrind
# Profiling
*.perf
# Local configuration
.local/
local/
# Build caches
.cache/
.build/
# Package manager artifacts
node_modules/ # If mixing with JS/TS tools
.pnp/
.pnp.js
# AllFrame-specific
# Generated example projects from tests
tests/tmp_projects/
examples/generated/
# LLM code generation artifacts (allframe forge)
.forge/
forge_output/
# MCP server runtime data
.mcp/
mcp_state/
# Deployment artifacts
deploy/
.deploy/
k8s/generated/
# Benchmark results
benchmarks/results/
benches/results/
# Property test regressions
proptest-regressions/
# Fuzzing artifacts
fuzz/artifacts/
fuzz/corpus/
# Nix
result
result-*
# direnv
.direnv/
# asdf
.tool-versions