Getting ready for deploy

This commit is contained in:
Stefan Cepko
2026-06-04 03:49:56 -04:00
parent 61e8889354
commit c3936955ea
12 changed files with 1085 additions and 420 deletions
+31 -1
View File
@@ -1 +1,31 @@
knot_animation/__pycache__
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
# Blender auto-saves and temp files
*.blend1
*.blend2
*.blend@
*.bak
/output/
# Virtual environments
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db