pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.
https://bootstrap.pypa.io/pip/
MIT License
738 stars 293 forks source link

Add `.venv/` to `.gitignore` #210

Closed edmorley closed 5 months ago

edmorley commented 5 months ago

Since it's becoming increasingly more common than venv/.

pradyunsg commented 5 months ago

I have this in my global gitignore, which would be my general recommendation. That said, this is easy-enough to change and low-cost. :)