first commit

This commit is contained in:
2026-08-12 18:58:57 +02:00
commit 3e6635eac6
2 changed files with 76 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Third-party source (has its own repo)
jmonkeyengine/
# Node
web/node_modules/
web/dist/
# Python
__pycache__/
*.pyc
# Original binaries (kept locally only)
Original/
# Extracted raw assets (converted versions live in web/public)
extracted/
# Temporary
/tmp/
*.log