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
# Rust build output
/target
debug/
release/
*.rs.bk
# Dependency directories
/node_modules
/bower_components
# IDE-specific files
.vscode/
.idea/
*.iml
*.ipr
*.iws
.eclipse
.settings/
.classpath
.project
# Temporary files
*.swp
*.swo
*~
.DS_Store
# Logging files
*.log
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Backup files
*.bak
*.gho
*.ori
*.orig
*.tmp
# Benchmark
%BENCH_DIR%
%BENCH_DIR%reports
%BENCH_DIR%bench_10k.log
%BENCH_DIR%bench_100k.log
nul
*.csv
benchmark_data
*.png