From b5624d0a1a29fe42a771d1a3fe3cff99b5e1f0fb Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 18 Apr 2025 03:23:54 -0700 Subject: [PATCH] add click and gui pyinstaller targets --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1fd0218..09d1506 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ __pycache__/ venv/ main.spec +cmd.spec +gui.spec build/ dist/