diff --git a/.gitignore b/.gitignore index 9e8b68e..44e7813 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,7 @@ Debug /build/ compile_commands.json .cache/ + +# Python +__pycache__/ +*.pyc