Diff of /.gitignore [000000] .. [06a92b]

Switch to side-by-side view

--- a
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Ignore all pycachse files
+*.pyc
+
+# Ignore all result files
+*./results/
+
+# Ignore init file
+__init__.py