From 626d35f6e2fdc0f39d779ce54600eb5d173309d1 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 30 Oct 2024 08:18:26 +0100 Subject: [PATCH] Add __pycache__ to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 40bebe79..654ae6da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +__pycache__ .assets .caches .jobs