olmocr/.dockerignore
2025-08-26 17:52:30 +00:00

17 lines
308 B
Plaintext

.git
.github
.mypy_cache
.pytest_cache
.venv
__pycache__
*.egg-info
# Let's not copy any bash scripts from the scripts folder over, otherwise trashing the docker image too much with recent changes
scripts/*.sh
scripts/**/*.sh
# Nor copy any olmocr bench files
olmOCR-bench/
olmOCR-bench*/
html_templates*/