9e7cc6612f
- lucy-desktop + lucy-tts leben jetzt in F:/Coding Stuff/lucy bzw. git .../Hitonabi/lucy (Verzeichnisnamen unveraendert -> alle Pfade/BATs funktionieren weiter) - lucy-f5 geloescht (Experiment abgeschlossen, Verdikt: Pocket bleibt; Skripte in der Historie) - hermes-voice geloescht (Vor-Lucy-Python-Client, ersetzt) - docs/LUCY_TTS_PLAN.md mit umgezogen; .gitignore entschlackt - MC2 = Box/Stack (Backend, Frontend, Sidecars, Deploy, hermes-pc-Executor) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
23 lines
516 B
Plaintext
23 lines
516 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*
|
|
|