From a80d811ca00dd7f1af62dc9f6f3489ab7985b7f5 Mon Sep 17 00:00:00 2001 From: Parth Sarin Date: Mon, 24 Aug 2020 11:51:57 -0500 Subject: [PATCH] Ignore distribution files --- .gitignore | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eea5f57..0d57334 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,23 @@ +# Byte-compiled files __pycache__/ -tst_ignore/ + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + .DS_Store