GAIR-lima / .dockerignore
nsthorat-lilac's picture
Push to HF space
acec92d verified
raw
history blame contribute delete
No virus
106 Bytes
# Python
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd
# Ignore unit tests.
**/*_test.py
# Mac OS.
.DS_Store