# 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/Makefile.gh
.github/agents/analyser.md
.github/agents/summarise.md
.github/copilot-instructions.md
.github/dependabot.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_pre-commit.yml
.github/workflows/rhiza_release.yml
.github/workflows/rhiza_sync.yml
.github/workflows/rhiza_validate.yml
.gitignore
.pre-commit-config.yaml
.rhiza/.cfg.toml
.rhiza/.env
.rhiza/Makefile.rhiza
.rhiza/agentic/Makefile.agentic
.rhiza/customisations/Makefile.customisations
.rhiza/customisations/scripts/build-extras.sh
.rhiza/customisations/scripts/post-release.sh
.rhiza/docs/CONFIG.md
.rhiza/docs/TOKEN_SETUP.md
.rhiza/requirements/README.md
.rhiza/requirements/docs.txt
.rhiza/requirements/marimo.txt
.rhiza/requirements/tests.txt
.rhiza/requirements/tools.txt
.rhiza/scripts/book.sh
.rhiza/scripts/generate-coverage-badge.sh
.rhiza/scripts/marimushka.sh
.rhiza/scripts/release.sh
.rhiza/scripts/update-readme-help.sh
.rhiza/utils/version_matrix.py
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Makefile
book/Makefile.book
book/README.md
book/minibook-templates/custom.html.jinja2
book/pdoc-templates/module.html.jinja2
pytest.ini
ruff.toml
tests/Makefile.tests
tests/test_rhiza/README.md
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_coverage_badge.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_gh.py
tests/test_rhiza/test_marimushka_script.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_structure.py
tests/test_rhiza/test_updatereadme_script.py
