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

# Node
node_modules/

# Build artifacts (regenerated by `npm run build`)
dash_univer/dash_univer.js
dash_univer/dash_univer.js.LICENSE.txt
dash_univer/metadata.json
dash_univer/package.json

# OS / editor
.DS_Store
