marimo sandbox with qumo ollama
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user