# Compiled files
*.o
*.so
*.rlib
*.dll

# Executables
*.exe

# Generated by Cargo
/target/

.project
.settings/
Cargo.lock

# Other
*.bk
.idea/

