From 319eb06d9c902b8800eb5410a449987276561cad Mon Sep 17 00:00:00 2001 From: andrewheusser Date: Wed, 6 Sep 2017 09:29:27 -0400 Subject: [PATCH] added dist folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bbc02be..ef10106 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ quail.egg-info/ .DS_Store data/*.wav.* tests/__pycache__/* +dist/*