From a4e94202f7c839bdf9a0737f220986259ab23c5d Mon Sep 17 00:00:00 2001 From: Mateusz Bysiek Date: Wed, 16 Aug 2023 02:43:55 +0900 Subject: [PATCH] chore: ignore Jupter notebook temporary files --- .dockerignore | 4 ++++ .gitignore | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.dockerignore b/.dockerignore index 7d1711b..8a91529 100644 --- a/.dockerignore +++ b/.dockerignore @@ -23,3 +23,7 @@ __pycache__ # Python: coverage /htmlcov /.coverage + +# Python: Jupyter notebooks +.ipynb_checkpoints +*-checkpoint.ipynb diff --git a/.gitignore b/.gitignore index cb4cb07..53d71e6 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ __pycache__ # Python: coverage /htmlcov /.coverage + +# Python: Jupyter notebooks +.ipynb_checkpoints +*-checkpoint.ipynb