From 02182a003983fb49cc98c050b07d7f5dd957c81a Mon Sep 17 00:00:00 2001 From: Dmitry Ryzhikov Date: Sat, 10 Aug 2019 23:26:21 +0300 Subject: [PATCH] Add .python-version to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 767cef09..94d5bb2e 100644 --- a/.gitignore +++ b/.gitignore @@ -61,7 +61,9 @@ target/ # rope .ropeproject +# pyenv +.python-version tests/fixtures/my.cnf -.pytest_cache \ No newline at end of file +.pytest_cache