From cceff40e59c0f46d1f1240f9c1d074b121abfb19 Mon Sep 17 00:00:00 2001 From: Luka Radenovic Date: Mon, 27 Sep 2021 12:22:01 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2969886..68fb58f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .venv -*.pyc \ No newline at end of file +.idea +__pycache__ +*.pyc +.DS_Store \ No newline at end of file