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

# Python caches
__pycache__/
*.py[cod]

# Local screenshots / temp images (not part of the package)
*.png
*.jpg
*.jpeg

# Local publish script (contains PyPI token — never commit / never package)
upload.ps1
