47 lines
540 B
Plaintext
47 lines
540 B
Plaintext
# Development environment
|
|
*.pyc
|
|
*.sublime-*
|
|
venv*/
|
|
pyvenv.cfg
|
|
tasks.py
|
|
.bash_history
|
|
.ruffus_history.sqlite
|
|
.idea/
|
|
.pytest_cache/
|
|
.pylintrc
|
|
|
|
# Package building
|
|
*.egg-info/
|
|
.cache/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
wheelhouse/
|
|
|
|
# Automatically generated files
|
|
ocrmypdf/lib/_*.py
|
|
ocrmypdf/version.py
|
|
docs/_build/
|
|
docs/_static/
|
|
docs/_templates/
|
|
docs/Makefile
|
|
|
|
# Code coverage
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Testing
|
|
log/
|
|
/*.pdf
|
|
/*.qdf
|
|
*.ipynb
|
|
.ipynb_checkpoints/
|
|
tests/output/
|
|
tests/resources/private/
|
|
tmp/
|
|
pdfbox-app*.jar
|
|
.vscode/
|
|
IDEAS
|
|
_Dockerfile.local
|
|
scratch.py
|