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