foodrecognitionapi / .dockerignore
har1zarD
main
2a2d987
raw
history blame
328 Bytes
# Advanced Food Recognition API - Docker ignore
.git
.gitignore
README.md
.dockerignore
Dockerfile
.DS_Store
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.coverage
.env
.venv
venv/
env/
.mypy_cache
.idea/
.vscode/
*.log
# Large model files that will be downloaded
*.pt
*.pth
*.safetensors
models/
# Test files
test_*.py
tests/