# Virtual environments
.venv/
.venv*/

# Python cache
__pycache__/
*.py[cod]

# Build artifacts
dist/
build/
*.egg-info/

# Generated output PDFs
*_ocr.pdf

# OCR temp leftovers (if any)
/tmp/ocr_pdf_*

# Original PDF(s)
*.pdf
