emotion-recognition-api / .dockerignore
Digambar29's picture
Deploy emotion recognition FastAPI with Docker
8c3edd8
raw
history blame contribute delete
344 Bytes
# Ignore datasets (HUGE, not needed for inference)
model/Data/
# Ignore frontend (API-only deployment)
frontend/
# Ignore notebooks & local experiments
*.ipynb
model/working.ipynb
# Ignore test images
*.jpg
*.png
*.jpeg
# Ignore Python cache
__pycache__/
*.pyc
# Ignore virtual environments
venv/
.env/
# Ignore git junk
.git/
.gitignore