# Generated by Cargo
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

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

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Additional system files
.DS_Store
.cargo-ok

# VSCode configuration
.vscode/

# Sublime Text configuration
*.sublime-*

# IntelliJ IDE configuration
.idea/
/*.iml

# Vim swap files
*.swp

# Folder config file
[Dd]esktop.ini

# Where I keep the video showcase project and files for syncthing to push them to my home server
showcase/

# Python
.mypy_cache/
scripts/.mypy_cache/
scripts/__pycache__/
scripts/lib/.mypy_cache/
scripts/lib/__pycache__/
