From cc3a7b1a9c73823c66b6aa7b0c10dbaa71d41b94 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 4 Aug 2019 22:04:56 -0400 Subject: [PATCH] Updating gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb7a433..8d98994 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ .idea/ .mypy_cache/ NOTES -venv/ \ No newline at end of file +venv/ +*.egg-info/ +build/ +dist/ \ No newline at end of file