From: Armaan Bhojwani Date: Mon, 1 Feb 2021 18:45:41 +0000 (-0500) Subject: Add packaging nonsense to .gitignore X-Git-Tag: v0.6.0~52 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=79350afb63e560c2a7b958fe972a954d37297391 Add packaging nonsense to .gitignore --- 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