From 778073526b59a5ce1c2ee0ba8341e7d891cae800 Mon Sep 17 00:00:00 2001 From: Gogs Date: Mon, 6 Sep 2021 10:41:45 -0300 Subject: [PATCH] add pycache to ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2dcf1d2..9c547c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ export/ +__pycache__/