# Development environment
*.pyc
*.sublime-*
venv-*/
pyvenv.cfg

# Package building
*.egg-info/
.cache/
.eggs/
build/
dist/
wheelhouse/

# 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/
