SNEWS2 / snewpy

A Python package for working with supernova neutrinos
https://snewpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

extend .gitignore list #196

Closed JostMigenda closed 2 years ago

JostMigenda commented 2 years ago

Ignore output files from running snewpy.snowglobes as well as files generated during integration tests in test_snowglobes.py.

JostMigenda commented 2 years ago

I searched the whole repo for fluence_ and it looks like filenames with starting with that string are only generated for the Bollig model. So right now there’s no need to be more general; and I worry that ignoring all fluence_* files might be too broad; in case we get e.g. some fluence_calculation.py file in the future.