Files
OCRmyPDF/.gitignore
T

35 lines
393 B
Plaintext

# Development environment
*.pyc
*.sublime-*
venv-*/
pyvenv.cfg
tasks.py
# Package building
*.egg-info/
.cache/
.eggs/
build/
dist/
wheelhouse/
# Automatically generated files
ocrmypdf/lib/_*.py
ocrmypdf/version.py
docs/_build
docs/_static
docs/_templates
# Code coverage
.coverage
htmlcov/
# Testing
log/
/*.pdf
.ipynb_checkpoints/
tests/cache/
tests/output/
tests/resources/private/
tmp/