[2024-12-16] Update .gitignore to ignore venv files

This commit is contained in:
Andrew Conlin 2024-12-16 07:52:03 +00:00
parent 1963d5f41d
commit 3f32df0bb6

2
.gitignore vendored
View File

@ -19,6 +19,7 @@ dist/
eggs/
lib/
lib64/
lib64
parts/
sdist/
var/
@ -28,6 +29,7 @@ venv/
*.egg-info/
.installed.cfg
*.egg
pyvenv.cfg
# Installer logs
pip-log.txt