diff --git a/.gitignore b/.gitignore index 22299fa..fa024c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -# Python字节码文件 __pycache__/ *.py[cod] *$py.class @@ -6,6 +5,7 @@ __pycache__/ .Python env/ venv/ +study/ ENV/ build/ develop-eggs/