marklopervega's picture
Initial commit
b8499e6 verified
Raw
History Blame Contribute Delete
197 Bytes
# Virtual environments (this repo keeps them inside the app folder)
.venv/
reachy_mini_env/
# Python caches & build artifacts
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
# OS cruft
.DS_Store