generated from stilobique/BlenderTemplate
15 lines
179 B
Plaintext
15 lines
179 B
Plaintext
### PyCharm ###
|
|
.idea/
|
|
.run/
|
|
|
|
### Python ###
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
**/__pycache__/
|
|
|
|
### Blender ###
|
|
*.blend1
|
|
|
|
# Virtual Environment
|
|
**/venv/**
|
|
venv/ |