From 0be371a99bf8070afb12e23a245c436b68c199ab Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Tue, 23 Oct 2018 20:10:49 +0800 Subject: [PATCH] Add a gitignore! --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7af8971 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +MANIFEST +dist/ +build/ +*.dmg +*egg-info/ +__pycache__/ +.DS_Store