20 lines
282 B
Plaintext
20 lines
282 B
Plaintext
# Model Caches (Massive)
|
|
huggingface_cache/
|
|
sglang_cache/
|
|
models/
|
|
checkpoints/
|
|
|
|
# Local Python & Environment
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.env
|
|
|
|
# Large Binary Data
|
|
voice-samples/*.wav
|
|
voice-samples/*.mp3
|
|
tts_test.wav
|
|
|
|
# Local source copies (since we COPY them in Docker)
|
|
local-sglang/
|