Files
OCRmyPDF/.gitignore
T
2016-02-04 18:51:41 -08:00

32 lines
348 B
Plaintext

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