Update .gitignore to properly exclude virtual environments

This commit is contained in:
Rbanh 2025-02-23 12:14:17 -05:00
parent 68b3c03423
commit 3cbf7b8981

5
.gitignore vendored
View File

@ -1,7 +1,12 @@
# Virtual Environment # Virtual Environment
.venv/
venv/ venv/
env/ env/
ENV/ ENV/
.env/
.virtualenv/
virtualenv/
*venv/
# Python # Python
__pycache__/ __pycache__/