From fed71d97d65e904234e4a70c5e1f075a78cb263f Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Tue, 12 May 2026 23:54:27 -0400 Subject: [PATCH] chore: clean up dev scratch files from project root - Remove rndc-key from tracking, add to .gitignore - Move async_sms_send.py, demo_threshold.py, nagios_bad.sh to scripts/ Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 1 + rndc-key | 4 ---- async_sms_send.py => scripts/async_sms_send.py | 0 demo_threshold.py => scripts/demo_threshold.py | 0 nagios_bad.sh => scripts/nagios_bad.sh | 0 5 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 rndc-key rename async_sms_send.py => scripts/async_sms_send.py (100%) rename demo_threshold.py => scripts/demo_threshold.py (100%) rename nagios_bad.sh => scripts/nagios_bad.sh (100%) diff --git a/.gitignore b/.gitignore index 3b77f1e..24d83a1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ ssl/ uv.lock .hb.yaml .superpowers/ +rndc-key diff --git a/rndc-key b/rndc-key deleted file mode 100644 index e1b3726..0000000 --- a/rndc-key +++ /dev/null @@ -1,4 +0,0 @@ -key "rndc-key" { - algorithm hmac-md5; - secret "qlGa+AYKtyOgWNuozqECMw=="; -}; diff --git a/async_sms_send.py b/scripts/async_sms_send.py similarity index 100% rename from async_sms_send.py rename to scripts/async_sms_send.py diff --git a/demo_threshold.py b/scripts/demo_threshold.py similarity index 100% rename from demo_threshold.py rename to scripts/demo_threshold.py diff --git a/nagios_bad.sh b/scripts/nagios_bad.sh similarity index 100% rename from nagios_bad.sh rename to scripts/nagios_bad.sh