Diff of /.gitignore [000000] .. [4de1c7]

Switch to side-by-side view

--- a
+++ b/.gitignore
@@ -0,0 +1,8 @@
+*-args.json
+.idea/*
+### Python ###
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.pyc
+### Output ###
+output/
\ No newline at end of file