From 0c2965b4c0491af45786690881ee729d99fac851 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 3 Jun 2026 19:59:11 -0300 Subject: [PATCH] chore: ignore .ipynb to keep demo/scratch notebooks out of the repo Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34977ee..59280bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ node_modules -.idea \ No newline at end of file +.idea +# Demo / scratch notebooks must not be committed. +*.ipynb +.ipynb_checkpoints/