From 7fcd92898d5c170b98cb1abf976c9b9467c0fce5 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 21:21:59 +0000 Subject: [PATCH] Update from copier (2025-07-15T21:21:59) --- .copier-answers.yaml | 2 +- .gitignore | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index b655990..57506c6 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: python diff --git a/.gitignore b/.gitignore index 3c6481f..a2df4af 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,12 @@ __pycache__/ *$py.class # C extensions +*.a *.so +*.obj *.dll +*.exp +*.lib # Distribution / packaging .Python @@ -131,14 +135,26 @@ docs/_build/ docs/src/_build/ docs/api docs/index.md +docs/html +docs/jupyter_execute +index.md +_template/labextension + +# JS +js/coverage +js/dist +js/lib +js/node_modules +python_template/extension # Jupyter .ipynb_checkpoints .autoversion +python_template/nbextension +python_template/labextension # Mac .DS_Store # Rust target -