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 1f7d6f7028
commit f8a6b9a8f6

3
.gitignore vendored
View File

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