diff --git a/src/templates/tools/jupyter.gitignore b/src/templates/tools/jupyter.gitignore new file mode 100644 index 0000000..cfa50b8 --- /dev/null +++ b/src/templates/tools/jupyter.gitignore @@ -0,0 +1,44 @@ +# Jupyter +.ipynb_checkpoints/ +*.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# IPython +profile_default/ +ipython_config.py + +# pyenv +.python-version + +# pipenv +Pipfile.lock + +# poetry +poetry.lock + +# pdm +.pdm.toml + +# PEP 582 +__pypackages__/ + +# Celery +celerybeat-schedule +celerybeat.pid + +# SageMath +*.sage.py + +# macOS +.DS_Store + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre +.pyre/ + +# VSCode +.vscode/