# Rhiza Template History
# This file lists all files managed by the Rhiza template.
# Template repository: jebel-quant/rhiza
# Template branch: main
#
# Files under template control:
.editorconfig
.github/agents/agentic.mk
.github/agents/analyser.md
.github/agents/summarise.md
.github/copilot-instructions.md
.github/dependabot.yml
.github/github.mk
.github/workflows/rhiza_benchmarks.yml
.github/workflows/rhiza_book.yml
.github/workflows/rhiza_ci.yml
.github/workflows/rhiza_codeql.yml
.github/workflows/rhiza_deptry.yml
.github/workflows/rhiza_devcontainer.yml
.github/workflows/rhiza_docker.yml
.github/workflows/rhiza_marimo.yml
.github/workflows/rhiza_mypy.yml
.github/workflows/rhiza_pre-commit.yml
.github/workflows/rhiza_release.yml
.github/workflows/rhiza_security.yml
.github/workflows/rhiza_sync.yml
.github/workflows/rhiza_validate.yml
.gitignore
.pre-commit-config.yaml
.rhiza/.cfg.toml
.rhiza/.env
.rhiza/.gitignore
.rhiza/.rhiza-version
.rhiza/docs/CONFIG.md
.rhiza/docs/TOKEN_SETUP.md
.rhiza/make.d/01-custom-env.mk
.rhiza/make.d/10-custom-task.mk
.rhiza/make.d/README.md
.rhiza/requirements/README.md
.rhiza/requirements/docs.txt
.rhiza/requirements/marimo.txt
.rhiza/requirements/tests.txt
.rhiza/requirements/tools.txt
.rhiza/rhiza.mk
.rhiza/scripts/check_workflow_names.py
.rhiza/scripts/release.sh
.rhiza/utils/version_matrix.py
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
book/README.md
book/book.mk
book/marimo/README.md
book/marimo/marimo.mk
book/marimo/notebooks/rhiza.py
book/minibook-templates/custom.html.jinja2
presentation/README.md
presentation/presentation.mk
pytest.ini
renovate.json
tests/test_rhiza/README.md
tests/test_rhiza/__init__.py
tests/test_rhiza/benchmarks/.gitignore
tests/test_rhiza/benchmarks/README.md
tests/test_rhiza/benchmarks/analyze_benchmarks.py
tests/test_rhiza/conftest.py
tests/test_rhiza/test_book.py
tests/test_rhiza/test_check_workflow_names.py
tests/test_rhiza/test_docstrings.py
tests/test_rhiza/test_git_repo_fixture.py
tests/test_rhiza/test_makefile.py
tests/test_rhiza/test_makefile_api.py
tests/test_rhiza/test_makefile_gh.py
tests/test_rhiza/test_marimushka_target.py
tests/test_rhiza/test_notebooks.py
tests/test_rhiza/test_readme.py
tests/test_rhiza/test_release_script.py
tests/test_rhiza/test_requirements_folder.py
tests/test_rhiza/test_rhiza_workflows.py
tests/test_rhiza/test_structure.py
tests/test_rhiza/test_version_matrix.py
tests/tests.mk
