--- 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