### Generated by Gixor (https://github.com/tamada/gixor) (default/macOS)
### https://raw.github.com/github/gitignore/B4105E73E493BB7A20B5D7EA35EFD5780CA44938/Global/macOS.gitignore
# General
.DS_Store
__MACOSX/
.AppleDouble
.LSOverride
Icon[
]

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Generated by Gixor (https://github.com/tamada/gixor) (default/Linux)
### https://raw.github.com/github/gitignore/B4105E73E493BB7A20B5D7EA35EFD5780CA44938/Global/Linux.gitignore
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# Metadata left by Dolphin file manager, which comes with KDE Plasma
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

# Log files created by default by the nohup command
nohup.out

### Generated by Gixor (https://github.com/tamada/gixor) (default/Windows)
### https://raw.github.com/github/gitignore/B4105E73E493BB7A20B5D7EA35EFD5780CA44938/Global/Windows.gitignore
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

### Generated by Gixor (https://github.com/tamada/gixor) (default/Rust)
### https://raw.github.com/github/gitignore/B4105E73E493BB7A20B5D7EA35EFD5780CA44938/Rust.gitignore
# Generated by Cargo
# will have compiled files and executables
debug
target
Cargo.lock

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

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

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# RustRover
#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
#  and can be added to the global gitignore or merged into this file.  For a more nuclear
#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

### Generated by Gixor (https://github.com/tamada/gixor) (default/VisualStudioCode)
### https://raw.github.com/github/gitignore/B4105E73E493BB7A20B5D7EA35EFD5780CA44938/Global/VisualStudioCode.gitignore
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
!*.code-workspace

# Built Visual Studio Code Extensions
*.vsix

