fix .gitignore

This commit is contained in:
thsrite
2023-12-30 14:56:47 +08:00
parent c7a55898e3
commit 7e379222bb
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -1,6 +0,0 @@
test = [1,2]
for i in range(5 - len(test) + 1):
test.append([])
print(test)