Files
2026-08-12 18:58:57 +02:00

21 lines
271 B
Plaintext

# 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