Update .gitignore to include .env and .venv directories
parent
ccbb8c212d
commit
338752e86f
|
@ -9,6 +9,8 @@ __pycache__/
|
|||
# Distribution / packaging
|
||||
.Python
|
||||
env/
|
||||
.env
|
||||
.venv/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
|
|
Loading…
Reference in New Issue