Re-add .venv to .gitignore

This commit is contained in:
Łukasz Langa 2021-04-25 19:42:02 +02:00
parent 773e4a22d5
commit ea9fefb359
No known key found for this signature in database
GPG Key ID: B26995E310250568

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.venv
.coverage .coverage
_build _build
.DS_Store .DS_Store