# Generated by Cargo
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# Cargo.lock

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

# MSVC Windows builds
*.pdb

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~

# macOS
.DS_Store

# Environment files
.env
.env.local
