From 4013bbdf5f44078b456b8a16b0fee62b0637daba Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Wed, 26 Feb 2020 17:20:17 +1030 Subject: [PATCH] Add pycache back to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cd5f013..c915a8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ **/*env **.vscode **.DS_STORE - +**/__pycache__