mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-14 19:26:18 +00:00
init commit
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Artifacts
|
||||
*.whl
|
||||
|
||||
# Dependencies
|
||||
.venv/
|
||||
node_modules/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
|
||||
# Dists
|
||||
dist/
|
||||
Reference in New Issue
Block a user