From 6e96ee9fd1779f870226c9bc730974dc687a1376 Mon Sep 17 00:00:00 2001 From: awinx Date: Fri, 21 Feb 2025 18:45:46 +0800 Subject: [PATCH] Revert "init" This reverts commit f2414169 --- .gitignore | 1 - .idea/misc.xml | 5 +---- test.py | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 test.py diff --git a/.gitignore b/.gitignore index 9ab6bf7..4b1a187 100644 --- a/.gitignore +++ b/.gitignore @@ -243,4 +243,3 @@ cython_debug/ **/datasets/ **/bus.jpg - diff --git a/.idea/misc.xml b/.idea/misc.xml index 5fa3f4c..9e17544 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,4 @@ - - - + \ No newline at end of file diff --git a/test.py b/test.py deleted file mode 100644 index 46591b5..0000000 --- a/test.py +++ /dev/null @@ -1 +0,0 @@ -print('this is a test') \ No newline at end of file