add pyinstaller task

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 02:58:32 -07:00
parent 3507cf1290
commit 19c6b29a5f
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
2 changed files with 8 additions and 1 deletions

4
.gitignore vendored
View file

@ -5,6 +5,10 @@ __pycache__/
.venv/
venv/
main.spec
build/
dist/
.ipynb_checkpoints
.ruff_cache/
.pytest_cache/