### Rust ###
# ref: https://github.com/github/gitignore/blob/main/Rust.gitignore
cgt* # ignore instatiations of my test template

# exclude compiled files and binaries
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
Cargo.lock

.vscode
.viscode

# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

dump

### VIM ###
*.swp
*.swo
