.venv/
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.env
*.egg-info/
dist/
build/

# Local scratch / fixture captures at repo root (avoid accidental commits)
/*.png
/*.jpg
/*.jpeg
/*.gif
/*.webp
/*.bmp
