From 8e90e4620496785498730a136e7c3a6bb8b9c893 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 28 Aug 2018 04:59:00 -0700 Subject: [PATCH] Add build & dist directories to .gitignore (#487) Generated when running the command "python3 setup.py bdist_wheel". --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c59b667..a34e51e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ docs/_static/pypi.svg .tox __pycache__ black.egg-info +build/ +dist/ -- 2.39.2