Gitignore __version__.py to avoid spurious diffs
This commit is contained in:
parent
8e982e8a6b
commit
35703de261
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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__/
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
__version__ = '0.0.1'
|
Loading…
Reference in a new issue