programmierhub/.gitignore
Stefan Franke 502131f07c VR ProgrammierHub — begehbarer 3D-Lernraum für hybride Programmier-Lehre
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>
2026-07-30 13:35:11 +00:00

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