Add venv/ directory in the .gitignore

This commit is contained in:
MrYacha 2020-05-29 18:13:59 +03:00
parent de3c5c1a8d
commit 3cd7e86957
No known key found for this signature in database
GPG key ID: B041BFFC2429D520

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ env/
build/
dist/
site/
venv/
*.egg-info/
*.egg
aiogram/_meta.py