# 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* # Lucy-TTS/F5-Experimente: nur Code/Batch committen — venvs, Modelle, Audio, Logs bleiben lokal client/lucy-tts/ptts-venv/ client/lucy-tts/venv/ client/lucy-tts/llamacpp-vulkan/ client/lucy-tts/llamacpp-vulkan.zip client/lucy-tts/models/ client/lucy-tts/out_*/ client/lucy-tts/*.wav client/lucy-tts/*.mp3 client/lucy-tts/*.log client/lucy-tts/*.safetensors client/lucy-tts/*.json client/lucy-f5/.cache/ client/lucy-f5/F5-TTS-ONNX/ client/lucy-f5/onnx_de/ client/lucy-f5/onnx_f32/ client/lucy-f5/vocos-mel-24khz/ client/lucy-f5/*.onnx client/lucy-f5/*.safetensors client/lucy-f5/*.wav client/lucy-f5/*.zip