From 5713c36be810004bdd7a5d878d91158c04bc1614 Mon Sep 17 00:00:00 2001 From: Luigi Maiorano Date: Tue, 25 Nov 2025 19:08:40 +0100 Subject: [PATCH] update gitignore and readme --- .gitignore | 2 +- README.md | 9 +++++++-- VB_interviews_sandbox.py | 2 ++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 71fb614..45d1bfc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ # Ignore Jupyter Notebook checkpoints .ipynb_checkpoints/ -# __marimo__ \ No newline at end of file +__marimo__ \ No newline at end of file diff --git a/README.md b/README.md index 3da1d61..a1e89c6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ uv run marimo edit ``` -3. Save + Commit changes: +3. Git Commit changes: -Clos \ No newline at end of file +In your git manager or terminal, stage and commit your changes. No need to close Marimo or do anything special. + +```bash +git add . +git commit -m "Your commit message" +``` \ No newline at end of file diff --git a/VB_interviews_sandbox.py b/VB_interviews_sandbox.py index 97ea05f..da61743 100644 --- a/VB_interviews_sandbox.py +++ b/VB_interviews_sandbox.py @@ -28,6 +28,8 @@ def _(mo): ## Ollama Web-UI: http://ollama-vb.tail44fa00.ts.net:3000 Use the UI to modify system prompts, custom models, etc... + **if the connection fails, make sure Tailscale is up** + ## Ollama Python Docs: https://github.com/ollama/ollama-python