# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.gz
*.rar
*.tar
*.zip

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDEs and editors #
####################
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sw?

# Rust / Cargo #
################
# Generated by Cargo
# will contain source code downloaded from crates.io and other sources
target/
Cargo.lock