Content-Length: 1249 | pFad | http://github.com/python-project-templates/python-template-js/pull/38.patch
thub.com From 8c35c4b24d46383ae15160f9409050e6a24c1575 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 21:22:07 +0000 Subject: [PATCH] Update from copier (2025-07-15T21:22:07) --- .copier-answers.yaml | 2 +- .gitignore | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index a241396..cc5afe6 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 8c06bd5 +_commit: ae30a61 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: js diff --git a/.gitignore b/.gitignore index 3fc0554..1ca0607 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,12 @@ __pycache__/ *$py.class # C extensions +*.a *.so +*.obj *.dll +*.exp +*.lib # Distribution / packaging .Python @@ -137,13 +141,17 @@ index.md _template/labextension # JS -js/node_modules +js/coverage js/dist +js/lib +js/node_modules python_template_js/extension # Jupyter .ipynb_checkpoints .autoversion +python_template_js/nbextension +python_template_js/labextension # Mac .DS_StoreFetched URL: http://github.com/python-project-templates/python-template-js/pull/38.patch
Alternative Proxies: