From da87f3cbf71c9bde527ab959c3ee850e132f7038 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 05:24:31 +0000 Subject: [PATCH 1/2] Update from copier (2025-08-03T05:24:31) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .gitignore | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index a0943a5..22ce1db 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 9642da9 +_commit: 2d0c192 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.gitignore b/.gitignore index 07dcf45..af40666 100644 --- a/.gitignore +++ b/.gitignore @@ -139,12 +139,20 @@ js/dist js/lib js/node_modules js/*.tgz +hatch_cpp/extension # Jupyter .ipynb_checkpoints .autoversion +<<<<<<< before updating python_template_js/nbextension python_template_js/labextension +======= +!hatch_cpp/extension/hatch_cpp.json +!hatch_cpp/extension/install.json +hatch_cpp/nbextension +hatch_cpp/labextension +>>>>>>> after updating # Mac .DS_Store From bdb82ca1af528b3524756709063a8c7931fd66eb Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 3 Aug 2025 13:38:07 -0400 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index af40666..2930342 100644 --- a/.gitignore +++ b/.gitignore @@ -144,15 +144,10 @@ hatch_cpp/extension # Jupyter .ipynb_checkpoints .autoversion -<<<<<<< before updating -python_template_js/nbextension -python_template_js/labextension -======= !hatch_cpp/extension/hatch_cpp.json !hatch_cpp/extension/install.json hatch_cpp/nbextension hatch_cpp/labextension ->>>>>>> after updating # Mac .DS_Store