From 0f936057dc9c9763ea4bdfb2dd75608e98087c48 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sat, 11 Dec 2021 18:18:15 +1300 Subject: [PATCH] Ignore .jupyter .local. ipython --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b23dc3b..936d0e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .ipynb_checkpoints -Pipfile.lock \ No newline at end of file +Pipfile.lock.local/ +.jupyter +.ipython +.local