From 1a3949e58e8bb32a3b3c2c4a5de9b4817a1c8743 Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Wed, 28 Aug 2024 13:41:03 +0200 Subject: [PATCH 1/4] update gitignore --- template/.gitignore | 61 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 11 deletions(-) diff --git a/template/.gitignore b/template/.gitignore index baba4dd6..090505b1 100644 --- a/template/.gitignore +++ b/template/.gitignore @@ -1,33 +1,72 @@ +# Byte-compiled / optimized / DLL files *.py[cod] -*.egg-info -*.eggs -.ipynb_checkpoints - -build -dist -.cache +*$py.class __pycache__ -htmlcov +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# jupyter notebook +.ipynb_checkpoints + +# Unit test / coverage reports +htmlcov/ .coverage +.coverage.* coverage.xml +.cache .pytest_cache -.tox +.tox/ +# Sphinx documentation docs/_build # ide -.idea .eclipse .vscode +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ +.spyderproject +.spyproject # Mac .DS_Store # virtual environments env +.env env3 +.env3 venv +.venv venv3 +.venv3 +ENV/ +env.bak/ +venv.bak/ -.swp +# vim +*.swp +*.swo +*.orig From ac18ab74ad107cd145bd0404bac74d2834e5d4ec Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Wed, 28 Aug 2024 13:47:20 +0200 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd611f86..24cd6068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * Make online documentation optional [#476](https://github.com/NLeSC/python-template/pull/476) ### Changed +* Updated .gitignore [#622](https://github.com/NLeSC/python-template/pull/622) * added value field to license options [#617](https://github.com/NLeSC/python-template/pull/617) * fix filename typo of githooks [#611](https://github.com/NLeSC/python-template/pull/609) * next_steps.md is shown as a copier message [#609](https://github.com/NLeSC/python-template/pull/609) From a82057505c1572cf736064fd7d0bf790e10a1c89 Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Wed, 28 Aug 2024 17:42:49 +0200 Subject: [PATCH 3/4] Update template/.gitignore Co-authored-by: fdiblen <144492+fdiblen@users.noreply.github.com> --- template/.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/template/.gitignore b/template/.gitignore index 090505b1..96146a0a 100644 --- a/template/.gitignore +++ b/template/.gitignore @@ -39,8 +39,6 @@ coverage.xml docs/_build # ide -.eclipse -.vscode # PyCharm # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore From 6e8ad8eff126d493beeedc7298bd579f1b2769fc Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Wed, 28 Aug 2024 17:43:09 +0200 Subject: [PATCH 4/4] Update template/.gitignore Co-authored-by: fdiblen <144492+fdiblen@users.noreply.github.com> --- template/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/template/.gitignore b/template/.gitignore index 96146a0a..dd8a4fa2 100644 --- a/template/.gitignore +++ b/template/.gitignore @@ -21,7 +21,6 @@ share/python-wheels/ *.egg-info/ .installed.cfg *.egg -MANIFEST # jupyter notebook .ipynb_checkpoints