From 4cbdd1abafa5dd87f1aef42a5cb606246b7fc9b7 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 3 Jun 2026 19:59:16 -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 91d48bf..12c21aa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ dist abstract_python_ip_geolocation.egg-info dev_test.py .vscode -*.history \ No newline at end of file +*.history +# Demo / scratch notebooks must not be committed. +*.ipynb +.ipynb_checkpoints/