# Python
*.py[cod]
*.egg-info
.cache
.coverage*
.DS_Store
.eggs
.ruff_cache
.pytest_cache
.tox
__pycache__/

# Project
build/
dist/
env/
tests/resources/output.pdf
venv/

# Tests
*.pdf
