From b77ecab95151b4c70a5862534346a2bf44b2ee04 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 01:52:36 +0000 Subject: [PATCH] Update from copier (2025-07-16T01:52:36) --- .copier-answers.yaml | 2 +- .gitignore | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 363c671..dcf4095 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 8c06bd5 +_commit: '1810209' _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: jupyter diff --git a/.gitignore b/.gitignore index a90bf25..262df61 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,12 @@ __pycache__/ *$py.class # C extensions +*.a *.so +*.obj *.dll +*.exp +*.lib # Distribution / packaging .Python @@ -134,7 +138,6 @@ docs/index.md docs/html docs/jupyter_execute index.md -_template/labextension # JS js/coverage