From 28ab007eca4c1ae41645a1adec52c1e035802e2c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 07:31:08 +0000 Subject: [PATCH] Update from copier (2026-05-17T07:31:08) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .gitignore | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2f8620a..0410c05 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 9a153d8 +_commit: 71014c6 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.gitignore b/.gitignore index 3b21c68..9f06b3a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ __pycache__/ # C extensions *.a +*.o +*.dSYM *.so *.obj *.dll @@ -13,6 +15,7 @@ __pycache__/ # Rust target +target-capi # Distribution / packaging .Python @@ -137,12 +140,12 @@ hatch_js/extension hatch_js/nbextension hatch_js/labextension +# Emscripten SDK (locally installed) +emsdk + # Mac .DS_Store -# Rust -target - # Hydra outputs/ multirun/