From 1d504209a6c17ec508dbc9b5601db3118d692d49 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 3 Jan 2021 21:44:37 +0300 Subject: update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 685b2cd..a0fd16e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.pyc __pycache__/ +.idea/ +venv/ instance/ .pytest_cache/ @@ -9,4 +11,4 @@ htmlcov/ dist/ build/ -*.egg-info/ \ No newline at end of file +*.egg-info/ -- cgit v1.2.3