From 1151c2894392cc6514266b6d57de204abd2b719b Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Fri, 25 Feb 2022 20:36:33 -0600 Subject: [PATCH] added distribution/packaging rules to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 92279f2..fd633f6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ **/data/ **/__pycache__/ -*.pyc \ No newline at end of file +*.pyc + +build/ +*.egg-info/ \ No newline at end of file