ronkathon 0.1.0

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

# don't leak secret env vars
.env

# exclude compiled files and binaries
debug/
target/


# vs code
.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

## macOS
.DS_Store

# sage
*.sage.py

# coverage files
lcov.info