mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-27 09:25:46 +02:00
Add venv to ignore (PyCharm ignores it automatically)
This commit is contained in:
parent
7e5c4031c0
commit
26b356b08b
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -7,4 +7,5 @@ files/locked.json
|
|||
files/ufora_notifications.json
|
||||
.idea/
|
||||
__pycache__
|
||||
.env
|
||||
.env
|
||||
/venv/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue