# Generated by Cargo
/target/
**/*.rs.bk
!Cargo.lock

# Environment files
.env
.env.*
!.env.example

# IDE / Editor
.ropeproject/
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.code-workspace

# OS metadata
.DS_Store
Thumbs.db
desktop.ini

# Logs / temporary files
*.log
*.tmp
*.temp

# Backup files from editors
*.bak

# RustRover / IntelliJ
.idea/
*.iml
*.iws
*.ipr

# Exclude local patch files
*.patch
*.diff
