*.bundle.*
lib/
!lib/index.js
!lib/**/*

node_modules/
*.log
.eslintcache
.stylelintcache
*.egg-info/
.ipynb_checkpoints
*.tsbuildinfo

# If you moved everything to root, remove this:
dotscripts/labextension/

# Otherwise, track important parts of labextension/
!dotscripts/labextension/package.json
!dotscripts/labextension/src/

# Version file is handled by hatchling
dotscripts/_version.py

# Integration tests
ui-tests/test-results/
ui-tests/playwright-report/

# Yarn cache
.yarn/
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
