Add venv to ignore (PyCharm ignores it automatically)

This commit is contained in:
Stijn De Clercq 2021-06-19 21:03:35 +02:00
parent 7e5c4031c0
commit 26b356b08b
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -7,4 +7,5 @@ files/locked.json
files/ufora_notifications.json
.idea/
__pycache__
.env
.env
/venv/