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