From 3126537849dc5a7b9d0516c8b0b959398495fda8 Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Wed, 22 Jun 2022 23:03:33 +0200 Subject: [PATCH] :see_no_evil: ignore jupyter meta --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4c49bd7..64c65c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +# ignore jupyterlab checkpoints +.ipynb_checkpoints/ + +# env file associated with server-ip-sync.py / SIS.py .env