From d597b4087de57cdb9fb342552e0369ac026cc38c Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 27 Mar 2020 19:10:11 -0700 Subject: [PATCH] add dist and build to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9513297..b69a3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ /.mypy_cache /.pytest_cache /.tox +/build +/dist /venv*