eumora-api / .dockerignore
VivDubs's picture
feat: implement Dockerfile and render configuration for deployment
4885312
raw
history blame contribute delete
223 Bytes
# Exclude everything that shouldn't be in the image
models/
data/
notebooks/
visualizations/
.venv/
venv/
__pycache__/
*.py[cod]
*.pt
*.pth
*.bin
*.safetensors
*.ckpt
.git/
.gitignore
*.md
.env
.env.*
*.env
configs/
tests/