nikhil_staging / .dockerignore
nsthorat-lilac's picture
Upload .dockerignore with huggingface_hub
8bf575a
raw
history blame
No virus
106 Bytes
# Python
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd
# Ignore unit tests.
**/*_test.py
# Mac OS.
.DS_Store