From 26cad573e33a072d1a20d1bcf91a9ec8607cf13e Mon Sep 17 00:00:00 2001 From: deven367 Date: Mon, 5 Aug 2024 18:15:34 -0700 Subject: [PATCH] ignore `dist` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 99b4cbe..cc82b62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__ *.pdf -*.egg-info/ \ No newline at end of file +*.egg-info/ +dist/ \ No newline at end of file