1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-17 16:06:18 +00:00

Original code by Dmitriy

This commit is contained in:
Artem Litvinov
2023-09-16 10:44:26 +01:00
parent 848e7f059f
commit 397c50ebea
31 changed files with 1826 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Python dependencies
.venv/
# Python cache
__pycache__/
.pytest_cache/
# Coverage reports
/.coverage
# Environment variables
.env