This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney
Date 2022-03-14.03:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647228113.84.0.370767511712.issue47008@roundup.psfhosted.org>
In-reply-to
Content
It would be nice to add the following to .gitignore, so that I can `./python -m pip install [whatever]` without overwhelming the output of `git status`.

Lib/site-packages/*
!Lib/test/data/README.txt
History
Date User Action Args
2022-03-14 03:21:53Dennis Sweeneysetrecipients: + Dennis Sweeney
2022-03-14 03:21:53Dennis Sweeneysetmessageid: <1647228113.84.0.370767511712.issue47008@roundup.psfhosted.org>
2022-03-14 03:21:53Dennis Sweeneylinkissue47008 messages
2022-03-14 03:21:53Dennis Sweeneycreate