30 lines
399 B
Plaintext
30 lines
399 B
Plaintext
### PyCharm ###
|
|
.idea/
|
|
.run/
|
|
|
|
### Python ###
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
**/__pycache__/
|
|
|
|
|
|
# Unit Test #
|
|
*.zip
|
|
tests/blender/**
|
|
tests/blender/*.dmg
|
|
!tests/blender/.keep
|
|
|
|
### Blender ###
|
|
*.blend1
|
|
|
|
### Unreal ###
|
|
tests/unreal_sample/DerivedDataCache
|
|
tests/unreal_sample/Intermediate
|
|
tests/unreal_sample/Saved
|
|
|
|
# Secret file
|
|
**/token.txt
|
|
|
|
# Virtual Environment
|
|
tests/venv
|
|
venv/ |