From b13fe7b3c7c9f171b9535a9eb3b87d1a52e1fccd Mon Sep 17 00:00:00 2001 From: pp482 Date: Thu, 2 Nov 2023 14:26:53 -0400 Subject: [PATCH] [gitignore] Ignore dist directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0c61c01eb..b8b59233e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # still have it appear clean to git. build*/ +dist/ autom4te.cache/ .pytest_cache/ *__pycache__