# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if you’re building a library
Cargo.lock
# These are backup files generated by editors
**/*.rs.bk
# If you use the Rust language server (RLS)
/rls/
# If you use rust-analyzer
/.rust-analyzer.json
/.rust-analyzer.jsonc
# If you use IntelliJ Rust plugin
.idea/
# If you use Visual Studio Code
.vscode/
# MacOS specific files
.DS_Store
# Linux specific files
*~
# Windows specific files
Thumbs.db
ehthumbs.db
Desktop.ini
# By default, don't ignore logs or build artifacts you explicitly want to keep
# Add project-specific ignores below