1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-27 21:43:24 +00:00
voice_assistant/src/python-service/.prettierignore
2023-09-16 10:44:26 +01:00

13 lines
134 B
Plaintext

# Python dependencies
.venv/
# Python cache
__pycache__/
.pytest_cache/
# Coverage reports
/.coverage
# Environment variables
.env