21 lines
197 B
Plaintext
21 lines
197 B
Plaintext
# Python temporary paths.
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Temporary Blender files.
|
|
blendcache_*
|
|
*.blend1
|
|
*.blend2
|
|
|
|
# Editors.
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*#
|
|
|
|
# Thumbnails.
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|