From 45607846deecd411af5e21d2a4bc66b82108a2a4 Mon Sep 17 00:00:00 2001 From: jeremymanning Date: Sun, 29 Mar 2026 00:17:30 +0000 Subject: [PATCH] Automated weekly cleanup --- .../cleanup_report_20260329_001727.txt | 28 +++++++++++++++++++ code/{ => tests}/quick_notebook_test.py | 0 code/{ => tests}/test_notebooks.py | 0 3 files changed, 28 insertions(+) create mode 100644 code/scripts/cleanup_report_20260329_001727.txt rename code/{ => tests}/quick_notebook_test.py (100%) rename code/{ => tests}/test_notebooks.py (100%) diff --git a/code/scripts/cleanup_report_20260329_001727.txt b/code/scripts/cleanup_report_20260329_001727.txt new file mode 100644 index 0000000..f9d9281 --- /dev/null +++ b/code/scripts/cleanup_report_20260329_001727.txt @@ -0,0 +1,28 @@ +============================================================ +REPOSITORY CLEANUP REPORT +============================================================ +Timestamp: 2026-03-29 00:17:27 +Mode: EXECUTED + +STATISTICS: +---------------------------------------- +Files moved: 2 +Files deleted: 0 +Directories moved: 0 +Directories deleted: 0 +Duplicates found: 0 +Total bytes cleaned: 0 +Space saved: 0.00 MB + +DETAILED LOG: +---------------------------------------- +[2026-03-29 00:17:27] Moving outputs to derivatives: /home/runner/work/quantum-conversations/quantum-conversations/data/derivatives +[2026-03-29 00:17:27] Cleaning cache files +[2026-03-29 00:17:27] Organizing demo scripts: /home/runner/work/quantum-conversations/quantum-conversations/code/examples +[2026-03-29 00:17:27] Moving test files to tests/ +[2026-03-29 00:17:27] Moved test file: test_notebooks.py -> tests/ +[2026-03-29 00:17:27] Moved test file: quick_notebook_test.py -> tests/ +[2026-03-29 00:17:27] Updating .gitignore +[2026-03-29 00:17:27] Added 0 patterns to .gitignore + +============================================================ \ No newline at end of file diff --git a/code/quick_notebook_test.py b/code/tests/quick_notebook_test.py similarity index 100% rename from code/quick_notebook_test.py rename to code/tests/quick_notebook_test.py diff --git a/code/test_notebooks.py b/code/tests/test_notebooks.py similarity index 100% rename from code/test_notebooks.py rename to code/tests/test_notebooks.py