Add venv to ignore (PyCharm ignores it automatically)

pull/72/head
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/

View File

@ -10,4 +10,4 @@ requests-unixsocket==0.1.5
tabulate==0.8.7
yarl==1.4.2
feedparser==6.0.2
googletrans==3.0.0
googletrans==4.0.0rc1