# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# NiceGUI runtime storage
.nicegui/

# Screenshot runs (scripts/demo_screenshots.py, ad-hoc Playwright drives) default
# to the working directory; keep the results out of the repo root.
/*.png

# Backups, local artifacts
*.bak
*.bak-*
*.orig
*.rej
.env
.env.*
.pytest_cache/
.ruff_cache/
*.log

# This fork's private identifiers for scripts/scrub_check.py. Publishing the
# list of words that must never be published is its own leak — the rules IN
# the repo are generic shapes; the literals live here and never ship.
scripts/scrub-rules.local.txt
