26 lines
646 B
Plaintext
26 lines
646 B
Plaintext
# Python
|
|
backend/.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Node / Vite
|
|
frontend/node_modules/
|
|
# frontend/dist wird committet (kein Node-Build auf der Box) — siehe deploy/
|
|
|
|
# Avatar-VRM (groß + lizenz-/redistributionssensibel) — liegt lokal + auf der Box, nicht in git.
|
|
# Wird per Direkt-Deploy auf die Box gespielt (dist/avatar.vrm), nicht über git.
|
|
frontend/public/avatar.vrm
|
|
frontend/dist/avatar.vrm
|
|
|
|
# Env / local
|
|
*.env
|
|
.DS_Store
|
|
|
|
# Box-Recon-/Scratch-Skripte (lokale Diagnose, nicht fürs Repo)
|
|
box_recon*
|
|
gemma_swap*
|
|
|
|
# TypeScript-Inkrementalcache (reines Build-Artefakt, maschinenabhängig)
|
|
frontend/tsconfig.tsbuildinfo
|
|
|