diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2db4329..b849af0 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: rust diff --git a/.gitignore b/.gitignore index 0bf6809..12e2d5c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,12 @@ __pycache__/ *$py.class # C extensions +*.a *.so +*.obj *.dll +*.exp +*.lib # Distribution / packaging .Python @@ -136,13 +140,21 @@ docs/jupyter_execute index.md _template/labextension +# JS +js/coverage +js/dist +js/lib +js/node_modules +python_template_rust/extension + # Jupyter .ipynb_checkpoints .autoversion +python_template_rust/nbextension +python_template_rust/labextension # Mac .DS_Store # Rust target -