diff --git a/.gitignore b/.gitignore index 93a75d0b..8579db61 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ dist/ src/ *.swp *sbatch_submission* -*.hdf5 *.log *pdf_cache* *.tar.gz @@ -15,7 +14,9 @@ development_scripts/*hdf */jobs/* *png *pdf -*h5 +*.h5 +*.hdf5 +!examples/*.h5 *submission_* *root* *.ipynb_checkpoints* @@ -23,4 +24,4 @@ development_scripts/*hdf *.env* __pycache__/ *ipynb -!examples/*.ipynb \ No newline at end of file +!examples/*.ipynb diff --git a/alea/examples/templates/wimp_templates/er_template.h5 b/alea/examples/templates/wimp_templates/er_template.h5 new file mode 100644 index 00000000..dab3d1d9 Binary files /dev/null and b/alea/examples/templates/wimp_templates/er_template.h5 differ diff --git a/alea/examples/templates/wimp_templates/wimp50gev_template.h5 b/alea/examples/templates/wimp_templates/wimp50gev_template.h5 new file mode 100644 index 00000000..eac8d987 Binary files /dev/null and b/alea/examples/templates/wimp_templates/wimp50gev_template.h5 differ