mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-01-07 04:32:45 +00:00
35 lines
395 B
Plaintext
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/
|