From b36919d1ec956391ae39a39c2435f87217a4130d Mon Sep 17 00:00:00 2001 From: Shawn Davis Date: Sun, 6 Sep 2020 12:23:04 -0400 Subject: [PATCH] Prepared gitignore for distribution. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 819ac89..1552802 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.b *.bak +*.egg-info *.pyc *.swp .coverage @@ -8,6 +9,8 @@ .pytest_cache __pycache__ _scraps +build +dist docs/build htmlcov tmp.*