From bccece37653a57642a20239ec28b7fe9a54e1fd8 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Sun, 23 Aug 2026 05:40:07 +0000 Subject: [PATCH 1/2] Update from Copier (2026-08-23T05-40-04Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- .gitignore | 8 ++++++++ Makefile | 4 +--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index e9653d6..6b407d4 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: a63c624 +_commit: 2f83523 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.gitignore b/.gitignore index 74c1376..ad84318 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,10 @@ __pycache__/ *.exp *.lib +# vcpkg +vcpkg/ +vcpkg_installed/ + # Rust target target-capi @@ -142,8 +146,12 @@ hatch_cpp/labextension # Emscripten SDK (locally installed) emsdk +<<<<<<< before updating .pyodide_build .venv-pyodide +======= +.pyodide_build/ +>>>>>>> after updating # Mac .DS_Store diff --git a/Makefile b/Makefile index abd4aba..cf8510d 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,7 @@ develop: ## install dependencies and build library uv pip install -e .[develop] requirements: ## install prerequisite python build requirements - python -m pip install --upgrade pip toml - python -m pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print("\n".join(c["build-system"]["requires"]))'` - python -m pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))'` + uv pip install -r pyproject.toml --extra develop build: ## build the python library python -m build -n From ba33f5f5fa0dd12ad749cb6aac8b6eb486ac883e Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 23 Aug 2026 11:44:21 -0400 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index ad84318..897a9dd 100644 --- a/.gitignore +++ b/.gitignore @@ -146,12 +146,7 @@ hatch_cpp/labextension # Emscripten SDK (locally installed) emsdk -<<<<<<< before updating -.pyodide_build -.venv-pyodide -======= .pyodide_build/ ->>>>>>> after updating # Mac .DS_Store