24 lines
285 B
Plaintext
24 lines
285 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# Test / tooling caches
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# YOLO weights (auto-downloaded; large) and the greeting clip (user-provided)
|
|
*.pt
|
|
*.engine
|
|
assets/greeting.wav
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
Logs/
|
|
*.log
|