Files
mission-control-v2/.gitignore
T
Hitonabi 09a1c98514 Lucy-TTS/F5: Skripte + Batches versionieren, schwere Assets ignoriert
- pocket_server.py (Produktions-TTS mit Stimmen-Waechter), text_norm, Bench-/Diag-Skripte
- lucy-f5: f5_server/f5_test/bench_dml (DirectML-Experiment, Phase C/D offen)
- .gitignore: venvs/Modelle/Audio/Logs der beiden Ordner + box_recon/gemma_swap-Scratch

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 10:29:33 +02:00

44 lines
1.1 KiB
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*
# 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