From c06ceae3db939862987d4f59794ff361591ca772 Mon Sep 17 00:00:00 2001 From: Rishabh Manoj Date: Sat, 11 Apr 2026 17:48:00 +0530 Subject: [PATCH] Remove accidentally committed file with invalid space-only filename An empty file with a single-space filename (' ') was accidentally committed in PR #208. This is an invalid path on Windows/NTFS, causing git checkout, git stash, and other operations to fail with: error: invalid path ' ' This removes the empty file to fix Windows compatibility. --- | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 diff --git a/ b/ deleted file mode 100644 index e69de29b..00000000