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