From 1e45f03016d84125c672ebd7dafc95fc6c18048a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 2 Oct 2020 03:03:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=AB=20Ignore=20PyCharm=20and=20Python?= =?UTF-8?q?=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b6cc1d81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Pycharm +.idea/ + +# Python +**/__pycache__/ +dist/ +*.egg-info/ +**/*.pyc