/target

# create by https://github.com/iamcco/coc-gitignore (Thu Dec 17 2020 17:58:54 GMT-0500 (Eastern Standard Time))
# Rust.gitignore:
# Generated by Cargo
# will have compiled files and executables
/target/
**/target/

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

**/.env

Cargo.lock
