Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Bash(uv run pytest -sv)",
"Bash(uv run ruff check .')",
"Bash(uv run ruff format --check .')"
]
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,6 @@ __marimo__/

# Streamlit
.streamlit/secrets.toml

# Claude local settings
!.claude/*.json
90 changes: 0 additions & 90 deletions doc/Makefile

This file was deleted.

Binary file removed doc/_static/favicon.ico
Binary file not shown.
Binary file removed doc/_static/logo.png
Binary file not shown.
Binary file removed doc/_static/lstsq_fit.png
Binary file not shown.
89 changes: 0 additions & 89 deletions doc/_templates/layout.html

This file was deleted.

Loading
Loading