Initial commit: Productionized Swarm with Docker support
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user