From 074cb16b1c4cc8301ed05d78c95650b980613ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Fri, 25 Jun 2021 19:57:09 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18df23a..9d0af94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .vscode dist -src/*.egg-info \ No newline at end of file +src/*.egg-info +__pycache__ +.pytest_cache \ No newline at end of file