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

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

# Ignore build and IDE artifacts
target/
debug/
.idea/
*.iml
*.iws
*.ipr
*.profraw
out/
*.dylib
*.zip

# Ignore temporary files
*.swp
*.swo
*.db

# macOS system files
.DS_Store
.AppleDouble
.LSOverride
Icon
._*

# ignore project specific artifacts
*.obj
*.mtl
*.blend*
*.pyc
blender_addon_exported
