From b7fc855a80067356afdb5653c3ea2aef55bb61ba Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Mon, 17 Nov 2025 13:06:51 +0100 Subject: [PATCH] Move miscellaneous files to the misc folder --- DESIGN.txt => misc/DESIGN.txt | 0 SIMTEST.txt => misc/SIMTEST.txt | 0 TODO.txt => misc/TODO.txt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename DESIGN.txt => misc/DESIGN.txt (100%) rename SIMTEST.txt => misc/SIMTEST.txt (100%) rename TODO.txt => misc/TODO.txt (100%) diff --git a/DESIGN.txt b/misc/DESIGN.txt similarity index 100% rename from DESIGN.txt rename to misc/DESIGN.txt diff --git a/SIMTEST.txt b/misc/SIMTEST.txt similarity index 100% rename from SIMTEST.txt rename to misc/SIMTEST.txt diff --git a/TODO.txt b/misc/TODO.txt similarity index 100% rename from TODO.txt rename to misc/TODO.txt