# Virtualenv & Python
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/

.cozmo/

.cursor
# OS / editor
.DS_Store
.idea/

*.swp

# Website
node_modules/
website/dist/
website/node_modules/
