From 7e379222bba1b242596ce498697b8cbe03687b7f Mon Sep 17 00:00:00 2001 From: thsrite Date: Sat, 30 Dec 2023 14:56:47 +0800 Subject: [PATCH] fix .gitignore --- .gitignore | 1 + test.py | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 test.py diff --git a/.gitignore b/.gitignore index be24b0a..dc3dfa8 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +test.py # PyInstaller # Usually these files are written by a python script from a template diff --git a/test.py b/test.py deleted file mode 100644 index 3058a15..0000000 --- a/test.py +++ /dev/null @@ -1,6 +0,0 @@ -test = [1,2] - -for i in range(5 - len(test) + 1): - test.append([]) - -print(test) \ No newline at end of file