diff --git a/.copier-answers.yaml b/.copier-answers.yaml index b655990..57506c6 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: python diff --git a/.gitignore b/.gitignore index 3c6481f..a2df4af 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,12 @@ __pycache__/ *$py.class # C extensions +*.a *.so +*.obj *.dll +*.exp +*.lib # Distribution / packaging .Python @@ -131,14 +135,26 @@ docs/_build/ docs/src/_build/ docs/api docs/index.md +docs/html +docs/jupyter_execute +index.md +_template/labextension + +# JS +js/coverage +js/dist +js/lib +js/node_modules +python_template/extension # Jupyter .ipynb_checkpoints .autoversion +python_template/nbextension +python_template/labextension # Mac .DS_Store # Rust target -