# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/

# Tools
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.idea/
.vscode/

# Node / pnpm
node_modules/
.pnpm-store/

# OS / local
.DS_Store
.env
*.local

# Package outputs
out/
*.json.bak

examples/app/src/data.json
examples/web/src/data.json

miraa.mp4


.vitest-attachments
