Merge pull request #4717 from lpalgarvio/patch-3

Update VirtualEnv.gitignore
This commit is contained in:
Devin Dooley 2026-04-20 13:42:41 -07:00 committed by GitHub
commit 166ce88ec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,16 @@
# Virtualenv
# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project
.venv/
venv/
.python-version
# pyenv: Simple Python Version Management
pyvenv.cfg
# pip: package installer for Python
pip-selfcheck.json
# Custom python interpreter
.Python
[Bb]in
[Ii]nclude
@ -7,6 +18,3 @@
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json