feat(jupyterhub): install buunstack package to kernel image

This commit is contained in:
Masaki Yatsu
2025-08-31 20:43:27 +09:00
parent ddf867d1f1
commit 2480ebae82
15 changed files with 1192 additions and 270 deletions

12
python-package/.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Build artifacts
build/
dist/
*.egg-info/
# setuptools-scm generated version file
buunstack/_version.py
# Python cache
__pycache__/
*.pyc
*.pyo