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
# CUSTOM ADDED
sample_las_files
rustc-ice*.*
exported_las/
copy_to_clipboard.sh
# Compiled artifacts
/target/
# IDE/editor folders
.vscode/
.idea/
*.swp
*~
# MacOS specific
.DS_Store
# Logs
*.log
# Generated files
**/*.rs.bk
# Backup files
*.bak
# Ignore binaries generated by cargo install or build scripts (optional)
*.exe
*.dll
*.so
*.dylib
# If you use dotenv files
.env
# Ignore files created by Rust Language Server
.rust-project.json