From e987fb8e410d0f9faddd3a1a63bc703a3e6fda1c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 05:50:33 +0000 Subject: [PATCH 1/2] Update from copier (2026-03-22T05:50:33) 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 95dca17..a7fe187 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3160d4c +_commit: 9be318c _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.gitignore b/.gitignore index 5e57283..d1cb1aa 100644 --- a/.gitignore +++ b/.gitignore @@ -151,4 +151,12 @@ hatch_js/tests/test_project_basic/project/extension # Hydra outputs/ multirun/ +<<<<<<< before updating +>>>>>>> after updating +======= + +# AI +ROADMAP.md +AGENTS.md +.github/hooks/sdlc.json >>>>>>> after updating From 773f4b46d43a3323c45838f69060272c16285434 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:06:54 -0400 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index d1cb1aa..a274f86 100644 --- a/.gitignore +++ b/.gitignore @@ -142,21 +142,16 @@ hatch_js/labextension # Rust target -<<<<<<< before updating -# Test parts -hatch_js/tests/test_project_basic/js/dist -hatch_js/tests/test_project_basic/js/node_modules -hatch_js/tests/test_project_basic/project/extension -======= # Hydra outputs/ multirun/ -<<<<<<< before updating ->>>>>>> after updating -======= # AI ROADMAP.md AGENTS.md .github/hooks/sdlc.json ->>>>>>> after updating + +# Test parts +hatch_js/tests/test_project_basic/js/dist +hatch_js/tests/test_project_basic/js/node_modules +hatch_js/tests/test_project_basic/project/extension