Erste lauffähige Fassung: 3D-Raum, Echtzeit-Multiplayer (WebSocket), Python-IDE via Pyodide im Browser, eigener Arbeitsplatz mit Live-Code-Monitor. Modularer, self-hostbarer Aufbau (Three.js + Node/Express + ws), ohne CDN- Abhängigkeit zur Laufzeit. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
17 lines
240 B
Text
17 lines
240 B
Text
# Abhängigkeiten
|
|
node_modules/
|
|
|
|
# Self-gehostete Vendor-Assets (per scripts/setup-vendor.sh laden)
|
|
public/vendor/*
|
|
!public/vendor/.gitkeep
|
|
|
|
# Umgebung / Secrets — niemals einchecken
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
id_*
|
|
*.log
|
|
|
|
# System
|
|
.DS_Store
|