Commit Graph

2 Commits

Author SHA1 Message Date
Ken 316297338b feat: Phase 1 complete — ghostty-web replaces xterm.js as terminal frontend 2026-05-28 07:17:53 +00:00
Brian Krabach dae5cea16b chore: remove unused websockets.exceptions import, add .gitignore, untrack __pycache__
- Remove unused 'import websockets.exceptions' from main.py (no reference
  to websockets.exceptions.* anywhere in the file; all WS handlers use
  broad Exception catches)
- Add .gitignore with __pycache__/, *.pyc, .venv/, and other standard
  Python excludes so bytecode no longer shows as modified in git status
- Untrack all pre-existing __pycache__/*.pyc files via git rm --cached
2026-04-01 18:30:10 -07:00