From 0303cbe7867c355753257e242c796106f5b68b34 Mon Sep 17 00:00:00 2001 From: Luca Moretti Date: Fri, 2 Oct 2020 15:50:14 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7b62f12..2044b07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ __pycache__ -.vscode \ No newline at end of file +.vscode +**/__pycache__ +**/data \ No newline at end of file