Ignore .python-version

It might differ from system to system (e.g. a virtual environment in one
but a version number in another)
This commit is contained in:
Sam Vervaeck 2024-02-03 21:05:51 +00:00
parent de29a77cd3
commit 449cda8fc4

View file

@ -5,6 +5,9 @@
# used by clangd and other programs # used by clangd and other programs
.cache/ .cache/
# created by pyenv
.python-version
# used for local development # used for local development
Makefile Makefile