Initial ai typewriter implementation

This commit is contained in:
Edern Deneuville
2026-09-11 11:57:19 +02:00
commit fedd6e1cb6
+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