__pycache__/
*.py[cod]
.venv/
venv/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
node_modules/
package-lock.json

# examples/shelf.py writes this next to wherever it is run
*.glb
