# 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