# Compiled files
/target/
**/target/

# Comment out Cargo.lock when creating executable, else leave uncommented for libraries.
Cargo.lock

# rustfmt backup files
**/*.rs.bk 

# These are workspace files generated by VS Code
*.code-workspace

