From 47e5a31f0c1f4f1fc497970ae9cc7f1d67ad68be Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 19 Jun 2016 20:40:27 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e4266f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.py[cod] +*$py.class