add .python-version to .gitignore

This commit is contained in:
onyx-and-iris 2023-06-30 22:44:50 +01:00
parent 5462c47b65
commit 98b17b6749

5
.gitignore vendored
View File

@ -45,6 +45,11 @@ env.bak/
venv.bak/
.hatch
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
.python-version
# Test/config
quick.py
config.toml