From 41f798a34e3e807d6a8d7b00cd6469b24bd4e442 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Fri, 17 May 2024 21:29:52 -0400 Subject: [PATCH] Ignore dist --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c91732b4..c53e34ad 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,9 @@ __pycache__/ # Pip src/ -# Pip / PyProject Devel & Installation +# Devel, Build, and Installation *.egg-info/ +dist/** # Jupyter Notebook .ipynb_checkpoints