commit 5a5627e51c1b61369717f8fad81aab684cf84e58 Author: chris Date: Sun Oct 25 17:44:16 2020 +0100 gitignore python diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..300eb37 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +__pycache__/ +venv/