Update VirtualEnv.gitignore

This commit is contained in:
Luís Pedro Algarvio 2025-08-21 02:51:00 +01:00 committed by GitHub
parent add7cbcaad
commit cf8b54d020
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,8 +18,3 @@
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv/
venv/
.python-version
pip-selfcheck.json