From 4fcfd551641f6185c5f2204d24c348adfdc3bc57 Mon Sep 17 00:00:00 2001 From: Louis Cordier Date: Sat, 27 Jun 2020 21:14:36 +0200 Subject: [PATCH] Add more ignores. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index bec1cb6..5948445 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ # pyenv .python-version + +# Setuptools distribution folder. +/dist/ +/build/ + +# Python egg metadata, regenerated from source files by setuptools. +/*.egg-info +/*.egg + +/__pycache__/