Initial ai typewriter implementation

This commit is contained in:
Hermes Agent
2026-09-11 12:01:35 +02:00
commit 464324aedf
14 changed files with 514 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.venv/
build/
dist/
*.spec
.pytest_cache/
# Local secrets/config
config.json
# Binary releases
*.exe
*.msi
*.zip