# ─── Never commit scripts that contain server credentials ───────────────────
# These files connect directly to production infrastructure and must never
# enter version control. They are excluded here as a defence-in-depth measure.
deploy.py
check_auth.py
get_admin_creds.py

# Also ignore any ad-hoc debug / one-off scripts
debug_*.py
reset_*.py
