1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 06:23:28 +00:00
voice_assistant/.gitignore
2023-09-16 10:24:53 +01:00

25 lines
172 B
Plaintext

# OS
.DS_Store
# IDE
.idea/
.vscode/
# Logs
*.log
# Artifacts
*.whl
# Dependencies
.venv/
node_modules/
# Python cache
__pycache__/
.pytest_cache/
# Dists
dist/
.env