diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 39c68cd..f22ca46 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: e392033 +_commit: 71014c6 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: python diff --git a/.gitignore b/.gitignore index 171e567..19db423 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ __pycache__/ # C extensions *.a +*.o +*.dSYM *.so *.obj *.dll @@ -13,6 +15,7 @@ __pycache__/ # Rust target +target-capi # Distribution / packaging .Python @@ -137,12 +140,12 @@ python_template/extension python_template/nbextension python_template/labextension +# Emscripten SDK (locally installed) +emsdk + # Mac .DS_Store -# Rust -target - # Hydra outputs/ multirun/