mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 06:23:28 +00:00
25 lines
172 B
Plaintext
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 |