# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
build/
dist/
wheels/
.eggs/
pip-wheel-metadata/
share/python-wheels/

# Virtual envs
.venv/
venv/
env/
ENV/

# uv
.uv-cache/

# Tests / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Type checkers
.mypy_cache/
.pyright/
.basedpyright/
.ruff_cache/

# Editors
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Local outputs from manual smoke tests
out.*
cutout.*
merged.pdf
pages/
qr.png
screen.png
page.png
*.gif
!tests/fixtures/*.gif

# Cache from heavy deps
.rembg/
.cache/
