Files
BlenderTemplate/.gitignore
T
Aurelien Vaillant 6eaf4e2c53 Add basic files
- git ignore rules
- releases folders
- unit test setup
- readme file
- pycharm execute unit test
2022-01-24 15:20:00 +01:00

29 lines
393 B
Plaintext

### PyCharm ###
.idea/
### 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/