# Created by https://www.gitignore.io

### vim ###
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~


### Linux ###
*~

# KDE directory preferences
.directory


### Rust ###
# Compiled files
*.o
*.so
*.rlib
*.dll
Cargo.lock

# Executables
*.exe

# Generated by Cargo
/target/

