Browse Source

Added files to .gitignore

Patrick Jattke 7 years ago
parent
commit
e36501d50b
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+# ---> Python
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+*.pyc
+*.o
+code_boost/src/build/*