Ignore pyenv configuration file. (#3413)

This allows using [pyenv](https://github.com/pyenv/pyenv) to manage
python versions.
This commit is contained in:
Titouan Rigoudy 2023-10-06 17:18:48 +02:00 committed by GitHub
parent 37f676bf8e
commit 65b5ca9543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -17,6 +17,7 @@
.idea
/.project
/.pydevproject
/.python-version
/ENV
/bot/*
/coverage