From db069abe8370a7f3e8041b8bc9fb7a4a21302425 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 28 Feb 2026 00:25:00 -0500 Subject: [PATCH] meh --- gui_diag.log | 0 hello.ps1 | 1 - check_hints.py => scripts/check_hints.py | 0 check_hints_v2.py => scripts/check_hints_v2.py | 0 4 files changed, 1 deletion(-) delete mode 100644 gui_diag.log delete mode 100644 hello.ps1 rename check_hints.py => scripts/check_hints.py (100%) rename check_hints_v2.py => scripts/check_hints_v2.py (100%) diff --git a/gui_diag.log b/gui_diag.log deleted file mode 100644 index e69de29..0000000 diff --git a/hello.ps1 b/hello.ps1 deleted file mode 100644 index e8c9f08..0000000 --- a/hello.ps1 +++ /dev/null @@ -1 +0,0 @@ -Write-Host "Simulation Test" diff --git a/check_hints.py b/scripts/check_hints.py similarity index 100% rename from check_hints.py rename to scripts/check_hints.py diff --git a/check_hints_v2.py b/scripts/check_hints_v2.py similarity index 100% rename from check_hints_v2.py rename to scripts/check_hints_v2.py