mirror of
https://github.com/allenai/olmocr.git
synced 2026-01-06 04:12:30 +00:00
17 lines
308 B
Plaintext
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*/ |