From 79350afb63e560c2a7b958fe972a954d37297391 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 1 Feb 2021 13:45:41 -0500 Subject: [PATCH] Add packaging nonsense to .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index 4e9f1b6..4534d4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,19 @@ __pycache__ TODO +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST -- 2.39.2