.DS_Store
node_modules/
npm-debug.log*
coverage/
__pycache__/
*.py[cod]
.pytest_cache/
.env
.venv/

# outputs from `prime eval run`
/outputs/
/environments/*/outputs/

# local user content: draft/online world game dirs and site-local state
/games/draft-*/
/games/online-*/
/data/

# staged by scripts/build-python-runtime.js before building the wheel
/mazebench_cli/_runtime/
/dist/
