From 5b838f1ded95a9a481a019d1cc750e09fc9bb5cc Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:34:09 +0000 Subject: [PATCH] Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow --- templates/jupyter.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 templates/jupyter.gitignore diff --git a/templates/jupyter.gitignore b/templates/jupyter.gitignore new file mode 100644 index 0000000..5c91bb8 --- /dev/null +++ b/templates/jupyter.gitignore @@ -0,0 +1,31 @@ +# Jupyter +.ipynb_checkpoints/ +*.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# IPython +profile_default/ +ipython_config.py + +# Environment +.env +.venv +env/ +venv/ +ENV/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Data +*.csv +*.xlsx +*.parquet