Browse Source

Updated .gitignore for Python

Paul-Louis Ageneau 4 years ago
parent
commit
b592e5fc09
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -5,6 +5,9 @@ output/
 *.o
 *.a
 *.so
+*.pyc
+*.pyo
+__pycache__
 compile_commands.json
 /tests
 .DS_Store