# Never commit real credentials
keys.json
*.json.bak

# Python artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
*.egg-info/
.venv/
venv/

# Build / distribution artifacts
build/
dist/

# Common OCR test inputs/outputs (uncomment if you don't want them tracked)
# *.png
# *.jpg
# *.jpeg
# *.pdf
