diff options
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 259395cbdd..3e6891d63f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ compile_commands.json *.profraw *.iml **/.idea +**/__pycache__/ +*.py[cod] |