gitignore

This commit is contained in:
superlishunqin 2025-04-22 22:25:55 +08:00
parent 5361bf6eda
commit df65462344

2
.gitignore vendored
View File

@ -1,4 +1,3 @@
# Python字节码文件
__pycache__/
*.py[cod]
*$py.class
@ -6,6 +5,7 @@ __pycache__/
.Python
env/
venv/
study/
ENV/
build/
develop-eggs/