.DS_Store

# Python
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtualenvs
.venv/
venv/

# Build artifacts
dist/
build/
*.egg-info/

# Marimo editor session (local UI state; keep notebook source as examples/*.py only)
**/__marimo__/session/

