From 997b3897e73db27ef717db441b7e717fd84c5b00 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Tue, 1 Sep 2020 10:26:46 +0300 Subject: [PATCH] Add build and dist directories to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a6a9bfd..4ed77d8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,7 @@ target.cfg target.cfg.d .tox + +build/ +dist/ *.egg-info