From 9257a3e72161314a4f7185a55a4dd9fc6ba070c1 Mon Sep 17 00:00:00 2001 From: atoav <dh@atoav.com> Date: Tue, 28 Apr 2020 10:16:23 +0200 Subject: [PATCH] Add a ton of things to .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index ad5bed2..15006d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,18 @@ bbbmon/__pycache__/* +build/ +dist/ +*.py[cod] +# Distribution / packaging +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg -- GitLab