From cec29f620628d2cb09641a42756abf1c47dabac4 Mon Sep 17 00:00:00 2001 From: Storm Date: Wed, 19 Nov 2025 18:10:18 +0100 Subject: [PATCH] chore: updated .gitignore ref: N25B-270 --- .gitignore | 3 +++ README.md | 2 +- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9a65a1b..8be1803 100644 --- a/.gitignore +++ b/.gitignore @@ -217,3 +217,6 @@ __marimo__/ .DS_Store +# Docs +docs/* +!docs/conf.py diff --git a/README.md b/README.md index 8bde763..6a34642 100644 --- a/README.md +++ b/README.md @@ -172,4 +172,4 @@ make html ### Windows ```bash .\make.bat html -``` \ No newline at end of file +``` diff --git a/requirements.txt b/requirements.txt index c7e1990..981361c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pytest<5 pytest-mock<3.0.0 pytest-cov<3.0.0 sphinx -sphinx_rtd_theme \ No newline at end of file +sphinx_rtd_theme