From 8db686380353a2fb05dcb44617cc5602146fa905 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 03:33:03 +0000 Subject: [PATCH] Add template files for languages, frameworks, IDEs, OS, and tools --- src/templates/tools/jupyter.gitignore | 44 +++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/templates/tools/jupyter.gitignore 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/