dissertation_project / .dockerignore
mikeion's picture
Push to HF space
15b9cac
raw
history blame contribute delete
106 Bytes
# Python
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd
# Ignore unit tests.
**/*_test.py
# Mac OS.
.DS_Store