# will have compiled files and executables
/target/

# To store Cargo's subcommand output
Cargo.lock

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

# all that start with a dot except .gitignore
.*
!.gitignore
