Parcourir la source

Added files to .gitignore

Patrick Jattke il y a 8 ans
Parent
commit
e36501d50b
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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/*