From 60bfe39e7c8b0c7c35a9a9b2e7dc345787256476 Mon Sep 17 00:00:00 2001 From: Fin Griffin Date: Thu, 14 May 2026 14:14:37 +0100 Subject: [PATCH 1/3] chore: add entire notebooks dir to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b11f7fc..ed59328 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ htmlcov/ # Notebooks **.ipynb +notebooks/** \ No newline at end of file From 383fd204b94b78724740e3b4a0f9c5ae3156d894 Mon Sep 17 00:00:00 2001 From: Fin Griffin Date: Thu, 14 May 2026 14:34:55 +0100 Subject: [PATCH 2/3] chore: add data dir to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed59328..71bd90f 100644 --- a/.gitignore +++ b/.gitignore @@ -55,4 +55,7 @@ htmlcov/ # Notebooks **.ipynb -notebooks/** \ No newline at end of file +notebooks/** + +# Data +data/** \ No newline at end of file From e293aead97ebf78e47164764009c2837699cc7bc Mon Sep 17 00:00:00 2001 From: Fin Griffin Date: Wed, 20 May 2026 13:50:20 +0100 Subject: [PATCH 3/3] chore: update gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed59328..bf27726 100644 --- a/.gitignore +++ b/.gitignore @@ -55,4 +55,10 @@ htmlcov/ # Notebooks **.ipynb -notebooks/** \ No newline at end of file +notebooks/** + +# Data +data/** + +# Notes +notes.md \ No newline at end of file