OCRmyPDF/.gitignore
James R. Barlow 3d0dc95a06 Moved venvs
2016-11-21 20:40:22 -08:00

35 lines
395 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/