mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-27 21:43:24 +00:00
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
# Python dependencies
|
|
.venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
.pytest_cache/
|
|
|
|
# Coverage reports
|
|
/.coverage
|
|
|
|
# Environment variables
|
|
.env
|