From 9e52506c5690b77d1d2ca0487fb50ad76903003c Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sat, 24 Oct 2020 17:34:31 -0700 Subject: [PATCH] Update gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6194e9c..277c506 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ **/*/__pycache__ +.hypothesis +build +dist +**/*.egg-info