From 23ca548127cd65b6f520b2a81c3d6821ec8d1b1b Mon Sep 17 00:00:00 2001 From: jeremymanning Date: Sun, 2 Nov 2025 00:12:14 +0000 Subject: [PATCH] Automated weekly cleanup --- .../cleanup_report_20251102_001210.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_20251102_001210.txt rename code/{ => tests}/quick_notebook_test.py (100%) rename code/{ => tests}/test_notebooks.py (100%) diff --git a/code/scripts/cleanup_report_20251102_001210.txt b/code/scripts/cleanup_report_20251102_001210.txt new file mode 100644 index 0000000..35a332b --- /dev/null +++ b/code/scripts/cleanup_report_20251102_001210.txt @@ -0,0 +1,28 @@ +============================================================ +REPOSITORY CLEANUP REPORT +============================================================ +Timestamp: 2025-11-02 00:12:10 +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: +---------------------------------------- +[2025-11-02 00:12:10] Moving outputs to derivatives: /home/runner/work/quantum-conversations/quantum-conversations/data/derivatives +[2025-11-02 00:12:10] Cleaning cache files +[2025-11-02 00:12:10] Organizing demo scripts: /home/runner/work/quantum-conversations/quantum-conversations/code/examples +[2025-11-02 00:12:10] Moving test files to tests/ +[2025-11-02 00:12:10] Moved test file: test_notebooks.py -> tests/ +[2025-11-02 00:12:10] Moved test file: quick_notebook_test.py -> tests/ +[2025-11-02 00:12:10] Updating .gitignore +[2025-11-02 00:12:10] 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