Skip to content

Commit 4cbdd1a

Browse files
committed
chore: ignore .ipynb to keep demo/scratch notebooks out of the repo
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 49136cb commit 4cbdd1a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ dist
44
abstract_python_ip_geolocation.egg-info
55
dev_test.py
66
.vscode
7-
*.history
7+
*.history
8+
# Demo / scratch notebooks must not be committed.
9+
*.ipynb
10+
.ipynb_checkpoints/

0 commit comments

Comments
 (0)