From 8509cbcfe51066adff1f23b4905992393863c4a9 Mon Sep 17 00:00:00 2001 From: ARIA Date: Thu, 23 Jul 2026 06:43:59 +0000 Subject: [PATCH] Aufraeumen: __pycache__ gitignored --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 23cc2cf..3e65484 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ extracted_dat/ audio_cache/ tools/tfmx_player/render_tfmx tools/tfmx_player/*.o + +# Python-Bytecode-Cache +__pycache__/ +*.pyc