From 557ad39882e2690c8369eeb118e017b1830447c2 Mon Sep 17 00:00:00 2001 From: Shahar Epstein <60007259+shahar1@users.noreply.github.com> Date: Wed, 1 May 2024 16:45:18 +0300 Subject: [PATCH] Add `.python-version` to .gitignore (#31135) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d3dc3e1566f..19778831888d 100644 --- a/.gitignore +++ b/.gitignore @@ -98,6 +98,9 @@ sdks/python/coverage.xml # Ignore python venv **/venv +# pyenv +.python-version + # NOTE: if you modify this file, you probably need to modify the file set that # is an input to 'maven-assembly-plugin' that generates source distribution. # This is typically in files named 'src.xml' throughout this repository. @@ -148,4 +151,4 @@ playground/cloudfunction.zip # Ignore .test-infra/metrics/github_runs_prefetcher/code.zip # as its generated with terraform -.test-infra/metrics/sync/github/github_runs_prefetcher/code.zip \ No newline at end of file +.test-infra/metrics/sync/github/github_runs_prefetcher/code.zip