# Development
_build
*.py[cod]
*.so
*.egg-info
MANIFEST
.hypothesis/
.ipynb_checkpoints/
.idea/
.vscode/
_generate
build
.venv*/
*.sublime*
.eggs/
.cache/
dist/
tmp/
var/
.pytest_cache/
.mypy_cache/
.coverage*
coverage/
pip-wheel-metadata/
src/vendor/qpdf/
wheelhouse/
unpacked/

# Main directory testing
/*.pdf
/*.ipynb
/debug_tests.py
/TODO
/scratch.py

# macOS
.DS_Store

/__qpdf/
/qpdf-7.0.0/
/tests/resources/private/
/tmp_rpms/
*.dll
