From 6ddd91e3399d2de3601d709aa1af14b163bef561 Mon Sep 17 00:00:00 2001 From: "minecraftchest1@outlook.com" Date: Thu, 3 Apr 2025 13:17:22 -0500 Subject: [PATCH] add pycache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 21d0b89..fe6bd50 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .venv/ +**/__pycache__/