diff --git a/.copier-answers.yaml b/.copier-answers.yaml index d0734b9..779c582 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 9a153d8 +_commit: 71014c6 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.gitignore b/.gitignore index 51c1aae..f5f94d9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ __pycache__/ # C extensions *.a +*.o +*.dSYM *.so *.a *.o @@ -16,6 +18,7 @@ __pycache__/ # Rust target +target-capi # Distribution / packaging .Python @@ -140,12 +143,12 @@ systemc/extension systemc/nbextension systemc/labextension +# Emscripten SDK (locally installed) +emsdk + # Mac .DS_Store -# Rust -target - # Hydra outputs/ multirun/