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

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

# Cargo lock should not be included since this is a library
Cargo.lock

# Backup files for emacs
**/*~

# Idea (Intelij) project file
.idea
*.iml

# scripts in parent folder
*.sh

# gdb files
**/*.gdb*