Add virtualenv venv to gitignore file

This commit is contained in:
nicolargo 2021-05-15 18:25:28 +02:00
parent e1c4769567
commit 3c10606692

4
.gitignore vendored
View File

@ -60,3 +60,7 @@ bower_components/
/*.snap
/*_source.tar.bz2
# Virtual env
/venv/