Add venv and .venv to gitignore since common venv paths

This commit is contained in:
Steven DeMartini 2023-06-01 10:05:31 -07:00
parent 38709d8396
commit 306f7890fe

2
.gitignore vendored
View File

@ -11,6 +11,8 @@ __pycache__/
# Distribution / packaging # Distribution / packaging
.Python .Python
env/ env/
venv/
.venv/
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/