# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore as backup, since
# it's useful for application dependencies
# Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Test databases
*.db
*.sqlite
*.sqlite3
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db