*.egg-info/

.venv
dist
.DS_Store

# Python
__pycache__
.ipynb_checkpoints

src/widget/static
python/src/collections
node_modules

# Environment files
.env
.env.local
*.ruff_cache
*.mypy_cache
test_apps

build
