From ad668bcd622247f861a1a6538760a1b31086524e Mon Sep 17 00:00:00 2001 From: dotnet Date: Fri, 13 Oct 2023 13:33:03 -0400 Subject: [PATCH] Remove pycache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 46938ca..75128d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ config.json defaults.json -*.jpg \ No newline at end of file +*.jpg +__pycache__ \ No newline at end of file