ocr-api / .dockerignore
OmarAbualrob's picture
Create .dockerignore
dfa7e81 verified
raw
history blame contribute delete
267 Bytes
# Ignore Python virtual environments
venv/
.venv/
# Ignore Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore build artifacts and local cache
.git/
.idea/
.vscode/
build/
dist/
# --- IMPORTANT: Ignore the Hugging Face cache directory ---
huggingface_cache/