Initial ai typewriter implementation
This commit is contained in:
+19
@@ -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
|
||||
Reference in New Issue
Block a user