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
# Generated by Cargo
/target/
# Build scripts output
**/Cargo.lock
# IDE and editor directories and files
.idea/
.vscode/
*.sw?
# Byebug and Pry history
.byebug_history
.pry_history
# Misc
/dev/
*.log
# OS files
.DS_Store
Thumbs.db
# Coverage directory used by kcov
/coverage/
# Backup files
*~
# Rustup override symlinks
.rustup/
# Node modules (just in case)
node_modules/
npm-debug.log*
# CCache files
.ccache/
# MacOS file
.AppleDouble
# Other Rust tools
/benchmarks/
# End of Selection
```