Gitignore __version__.py to avoid spurious diffs

This commit is contained in:
Danielle McLean 2024-06-22 18:41:49 +10:00
parent 8e982e8a6b
commit 35703de261
Signed by: 00dani
GPG key ID: 6854781A0488421C
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -110,6 +110,7 @@ ipython_config.py
.pdm.toml
.pdm-python
.pdm-build/
__version__.py
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

View file

@ -1 +0,0 @@
__version__ = '0.0.1'