marimo sandbox with qumo ollama

This commit is contained in:
2025-11-25 18:55:23 +01:00
parent edcf382cd1
commit e6ff31b485
7 changed files with 1076 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
data/
*.zen*
*.zenml
*.venv
private.env
*.pyc
*.las
*.log
mlruns/
mlflow.db
# Ignore specific environment files with secrets (.env is tracked with generic values)
.devcontainer/.env
.env*
.copilot/
*.zip
# allow .env files in tests/ directories
!tests/**/.env*
!integration/**/.env*
!integration-tests/**/.env*
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/