Skip to content

Commit b2f8a6d

Browse files
authored
Merge pull request #424 from d-ryzhikov/ignore-pyenv
Add .python-version to .gitignore
2 parents 6862fb3 + 02182a0 commit b2f8a6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ target/
6161
# rope
6262
.ropeproject
6363

64+
# pyenv
65+
.python-version
6466

6567
tests/fixtures/my.cnf
6668

67-
.pytest_cache
69+
.pytest_cache

0 commit comments

Comments
 (0)