Closed frenck closed 3 years ago
A small PR to add the .python-version file to the .gitignore file.
.python-version
.gitignore
This allows developers (like me) to use pyenv more easily when developing this library, while using different environments and Python versions.
pyenv
Thank you for your contribution
A small PR to add the
.python-version
file to the.gitignore
file.This allows developers (like me) to use
pyenv
more easily when developing this library, while using different environments and Python versions.