From 3b154cd379d64530034b24a5ab7567b2dbe3224b Mon Sep 17 00:00:00 2001 From: Sasha MOREL Date: Sat, 18 Nov 2017 15:40:43 +0100 Subject: [PATCH] Added .gitignore for Python3 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e156e60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Byte-compiled Python +__pycache__/ +*.pyc \ No newline at end of file