From 29a035013d36d9579643831b43ca64dbf9f09c1c Mon Sep 17 00:00:00 2001 From: sweeneyde Date: Sun, 13 Mar 2022 23:13:22 -0400 Subject: [PATCH] git ignore Lib/site-packages --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3c6adb4ab688c2..b3b22f471c2765 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