commit d4eb1820a7fd47ce5e87e418620eb49d624907a0 Author: theonepath Date: Tue May 3 14:48:10 2022 +0100 Added .gitignore Ignore unnecessary files and folders diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd4f710 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**__pycache__** +**.log** \ No newline at end of file