We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49136cb commit 4cbdd1aCopy full SHA for 4cbdd1a
1 file changed
.gitignore
@@ -4,4 +4,7 @@ dist
4
abstract_python_ip_geolocation.egg-info
5
dev_test.py
6
.vscode
7
-*.history
+*.history
8
+# Demo / scratch notebooks must not be committed.
9
+*.ipynb
10
+.ipynb_checkpoints/
0 commit comments