From 74da355feb971cc779d0377cd52097d60c8f9f5c Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Mon, 25 May 2020 12:43:47 +0200 Subject: [PATCH] Ignore PyPi version info --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a933f81..de9420a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ *.dat output/ +# Version info for PyPI +km3buu/version.py + + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -- GitLab