From a9498dbfaf5c2378d23f3ac511f229342a62c296 Mon Sep 17 00:00:00 2001 From: Shivesh Date: Mon, 20 Jul 2020 09:25:14 +0530 Subject: [PATCH] Ignore setuptools temp dirs --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 4781827..dcf9d67 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,12 @@ __pycache__/ caches/ +# Compiled python modules. +*.pyc +build/ +# Setuptools distribution folder. +dist/ +# Python egg metadata, regenerated from source files by setuptools. +/*.egg-info + *ignored*.*