From 6fd661a7b9ac4eb7280e36be93449780dbf1706a Mon Sep 17 00:00:00 2001 From: Jack Farley <32943754+jfarley248@users.noreply.github.com> Date: Wed, 22 Apr 2020 14:32:15 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f0211d9..9ab2683 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ venv/Lib/site-packages/pip-19.0.3-py3.7.egg/EGG-INFO/dependency_links.txt /venv/ PYINSTALLER COMMAND *.spec +build/* +/build/ \ No newline at end of file