feat: add binary build instructions and __main__ guard for pyinstaller
- Add __main__ guard to cli.py for pyinstaller packaging - Document clean-venv build producing ~11 MB binary - Add *.spec to .gitignore - Exclude heavy stdlib modules in build command
This commit is contained in:
@@ -5,6 +5,7 @@ __pycache__/
|
||||
*.egg
|
||||
dist/
|
||||
build/
|
||||
*.spec
|
||||
|
||||
# --- Virtual environment ---
|
||||
.venv/
|
||||
|
||||
Reference in New Issue
Block a user