# Generated by Cargo
Cargo.lock
# will have compiled files and executables
target/
# cfsetup build output
**/*.deb

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

.DS_Store
# Config file to start debugger inside VSCode
.vscode/launch.json
/.idea/

# generated by vim
.*.un~
**/.*.swp

# ctags
tags


