# Node
node_modules/
dist/
*.tsbuildinfo
.pnpm-store/

# Vite
.vite/

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

# Built viewer bundle (produced by CI from packages/engine + apps/viewer)
python/src/vixar/static/viewer.js
python/src/vixar/static/viewer.js.map

# Notebooks
.ipynb_checkpoints/

# OS / editor
.DS_Store
Thumbs.db
.idea/
*.log

# Test artifacts
coverage/
playwright-report/
test-results/
