/.cargo/target

# will have compiled files and executables
/target

Cargo.lock

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


