Files
Aegis/scripts/.gitignore
T
2026-06-08 16:06:23 +02:00

17 lines
489 B
Plaintext

# ─── 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
qa_*.py
check_*.py
# QA screenshots and local test artifacts
qa_screenshots/
qa_screenshots_v3/