LupoA / lsdensities

Smeared spectral densities from lattice correlators
GNU General Public License v3.0
3 stars 0 forks source link

Don't commit `__pycache__` #46

Closed edbennett closed 5 months ago

edbennett commented 5 months ago

__pycache__ is specific to your Python installation, and shouldn't be committed.

Any instances that are in the repo should be removed, and the name should be added to .gitignore.

edbennett commented 5 months ago

I've just spotted that we don't currently have a .gitignore; a reasonable template to pull in could be https://github.com/github/gitignore/blob/main/Python.gitignore rather than writing one from scratch.