https://github.com/python/cpython/commit/3dcc396219d8978e8e9b2c8821c286f87f1f92b1 commit: 3dcc396219d8978e8e9b2c8821c286f87f1f92b1 branch: main author: Dennis Sweeney <36520290+sweeneyde at users.noreply.github.com> committer: gvanrossum <gvanrossum at gmail.com> date: 2022年03月14日T11:53:41-07:00 summary: git ignore Lib/site-packages (GH-31862) files: M .gitignore diff --git a/.gitignore b/.gitignore index 3c6adb4ab688c..b3b22f471c276 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,8 @@ Doc/.env/ Include/pydtrace_probes.h Lib/distutils/command/*.pdb Lib/lib2to3/*.pickle +Lib/site-packages/* +!Lib/site-packages/README.txt Lib/test/data/* !Lib/test/data/README /_bootstrap_python