update gitignore and readme

This commit is contained in:
2025-11-25 19:08:40 +01:00
parent 9bbe413d9d
commit 5713c36be8
3 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

@@ -8,4 +8,4 @@
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# __marimo__
__marimo__

View File

@@ -15,6 +15,11 @@ uv run marimo edit
```
3. Save + Commit changes:
3. Git Commit changes:
Clos
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"
```

View File

@@ -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