*.pyc
*.swp
.DS_Store
.tox
build
.idea/*
*.egg-info/
dist/*
__pycache__/

# in-project virtual environments
venv/
.venv/

#
.mutmut-cache
mutmut-results.*

# Code coverage artifacts
.coverage*
coverage.xml

# Editors / IDEs
.vscode/

# Docs
docs/_build/

.cspell/

# Files generated by some of the scripts
dont_commit_*.pdf
pypdf-output.pdf
annotated-pdf-link.pdf
Image9.png
pypdf_pdfLocation.txt

.python-version
tests/pdf_cache/
docs/meta/CHANGELOG.md
docs/meta/CONTRIBUTORS.md
extracted-images/

RELEASE_COMMIT_MSG.md
RELEASE_TAG_MSG.md
