[New-bugs-announce] [issue47008] Add Lib/site-packages to .gitignore

Dennis Sweeney report at bugs.python.org
Sun Mar 13 23:21:53 EDT 2022


New submission from Dennis Sweeney <sweeney.dennis650 at gmail.com>:

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

----------
messages: 415114
nosy: Dennis Sweeney
priority: normal
severity: normal
status: open
title: Add Lib/site-packages to .gitignore
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47008>
_______________________________________


More information about the New-bugs-announce mailing list