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