From 3d69612e827bd8a37681bfe7c53c53e32596b5a9 Mon Sep 17 00:00:00 2001 From: benwoo1110 <30431861+benwoo1110@users.noreply.github.com> Date: Wed, 21 Apr 2021 17:29:42 +0800 Subject: [PATCH] Add packaging files to gitignore. --- .gitignore | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89311e662..839b32575 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,24 @@ docs/_build slash.log test __*.py -soontm.png \ No newline at end of file +soontm.png + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST