Compare commits

...

3 Commits

Author SHA1 Message Date
Luís Pedro Algarvio
1d4b1e3545
Merge cf8b54d020 into 7247090aa6 2026-04-17 02:55:21 +00:00
Luís Pedro Algarvio
cf8b54d020
Update VirtualEnv.gitignore 2025-08-21 02:51:00 +01:00
Luís Pedro Algarvio
add7cbcaad
Update VirtualEnv.gitignore
Add extra rules
2025-08-21 02:33:54 +01:00

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