# Generated by Cargo
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating libraries
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# IntelliJ project files
.idea/
*.iml

# VS Code settings
.vscode/

# Byebug
.byebug_history

# MacOS files
.DS_Store

# Node modules (if using node for frontend)
node_modules/