From 909b65041b7d468ab4e714fa619b0ce84ff3560b 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:03 +0000 Subject: [PATCH] Update from copier (2025-07-15T21:22:03) --- .copier-answers.yaml | 2 +- .gitignore | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2db4329..b849af0 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: rust diff --git a/.gitignore b/.gitignore index 0bf6809..12e2d5c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,12 @@ __pycache__/ *$py.class # C extensions +*.a *.so +*.obj *.dll +*.exp +*.lib # Distribution / packaging .Python @@ -136,13 +140,21 @@ docs/jupyter_execute index.md _template/labextension +# JS +js/coverage +js/dist +js/lib +js/node_modules +python_template_rust/extension + # Jupyter .ipynb_checkpoints .autoversion +python_template_rust/nbextension +python_template_rust/labextension # Mac .DS_Store # Rust target -