Ignore more venv folders and VS Code folder

This commit is contained in:
Mickaël Schoentgen 2021-10-06 17:29:03 +02:00
parent 4f1c9441c5
commit 80e83f0463

4
.gitignore vendored
View File

@ -118,6 +118,7 @@ celerybeat.pid
.venv
env/
venv/
venv*/
ENV/
env.bak/
venv.bak/
@ -144,3 +145,6 @@ dmypy.json
/httpie.spec
/httpie-*.rpm
/httpie-*.tar.gz
# VS Code
.vscode/