Initial commit

This commit is contained in:
2017-08-18 12:12:25 +02:00
commit ab2fe20c8f
19 changed files with 4525 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# Ignore all directories with binary files.
/scenes
/blender
# Ignore production configuration files.
/config/*.cfg
# Ignore Python cache
__pycache__