From 9bceaf361e6c0ba565e8f6393ca4a228c4b40b46 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 29 Oct 2022 20:58:10 -0600 Subject: [PATCH] ignore pycache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 751553b..7c2141d 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.bak +**/__pycache__ \ No newline at end of file