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