diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0f929f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +config.py +/Code/Data +__pycache__/ +.DS_Store +/Code/input.txt diff --git a/Code/input.txt b/Code/input.txt deleted file mode 100644 index e69de29..0000000