focus_buddy / .gitignore
idormoy's picture
Focus Buddy: landmark-geometry habit detection for Reachy Mini
380e7c5 verified
Raw
History Blame Contribute Delete
269 Bytes
# Secrets
.env
.env.*
!.env.example
# Python
.venv/
venv/
__pycache__/
*.py[cod]
*$py.class
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Model weights and local runtime artifacts
cache/
debug/
*.wav
*.aiff
# OS / IDE
.DS_Store
.idea/
.vscode/