Diff of /.gitignore [000000] .. [66326d]

Switch to side-by-side view

--- a
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# Results files
+data/*
+results/*
+config/**/config_*.json
+
+# cPython files
+*/__pycache__/*
+
+# Exceptions
+!README.md
\ No newline at end of file