diff --git a/.gitignore b/.gitignore index 141d94d..478d5ed 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,7 @@ /venv/ # 忽略.idea文件夹下的所有文件 -/.idea/ \ No newline at end of file +/.idea/ + +# 只忽略__pycache__目录,不忽略__pycache__文件 +__pycache__/ \ No newline at end of file diff --git a/9.updating/__pycache__/element_encrypt.cpython-37.pyc b/9.updating/__pycache__/element_encrypt.cpython-37.pyc deleted file mode 100644 index 60ac32f..0000000 Binary files a/9.updating/__pycache__/element_encrypt.cpython-37.pyc and /dev/null differ diff --git a/9.updating/__pycache__/qq_group.cpython-37.pyc b/9.updating/__pycache__/qq_group.cpython-37.pyc deleted file mode 100644 index 4836254..0000000 Binary files a/9.updating/__pycache__/qq_group.cpython-37.pyc and /dev/null differ diff --git a/9.updating/__pycache__/url_request.cpython-37.pyc b/9.updating/__pycache__/url_request.cpython-37.pyc deleted file mode 100644 index c3d4185..0000000 Binary files a/9.updating/__pycache__/url_request.cpython-37.pyc and /dev/null differ