From de106b2e339a90fef62415d1245804209d550cd4 Mon Sep 17 00:00:00 2001 From: Wander_lust Date: Sat, 6 Dec 2025 06:33:57 +0000 Subject: [PATCH] Add Python cache files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d4fb281..57fdf05 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,7 @@ # debug information files *.dwo +# python cache +__pycache__/ +*.pyc +