Add venv folder to gitignore

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-04-04 22:50:24 +02:00
parent f3cec56501
commit bc817e0315
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773

3
.gitignore vendored
View File

@ -30,3 +30,6 @@ developer_manual/design/icons.txt
# Exclude Eclipse project
.project
# pipenv / virtualenv
venv