From 853ff0ccea1be5122d921045b846ff6632d9210d Mon Sep 17 00:00:00 2001 From: oleting Date: Mon, 21 Dec 2020 23:43:58 +0100 Subject: [PATCH] + fix .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b526ca6..e856182 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__/* +__pycache__/ res/output/* res/input/* .vscode/*