ソースを参照

Updated .gitignore for Python

Paul-Louis Ageneau 4 年 前
コミット
b592e5fc09
1 ファイル変更3 行追加0 行削除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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