From f06f888700f34ec7f30a6f2b60f6ac2ebd1f3a51 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 23 Aug 2026 05:39:54 +0000 Subject: [PATCH] Update from Copier (2026-08-23T05-39-50Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- .gitignore | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index c014be2..a28196f 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: ebda788 +_commit: 2f83523 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: jupyter diff --git a/.gitignore b/.gitignore index e15e39a..3e7145f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,10 @@ __pycache__/ *.exp *.lib +# vcpkg +vcpkg/ +vcpkg_installed/ + # Rust target target-capi @@ -142,6 +146,7 @@ python_template_jupyter/labextension # Emscripten SDK (locally installed) emsdk +.pyodide_build/ # Mac .DS_Store