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__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
@ -6,6 +5,7 @@ __pycache__/
.Python .Python
env/ env/
venv/ venv/
study/
ENV/ ENV/
build/ build/
develop-eggs/ develop-eggs/