diff --git a/.gitignore b/.gitignore index 75e07da..d096d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ venv/ MachineProductCfg.xml # Ignore tiles -tiles/* \ No newline at end of file +tiles/* + +# Python compiled files +__pycache__/