Skip to content

Commit

Permalink
Add .python-version to .gitignore (apache#31135)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahar1 authored May 1, 2024
1 parent 43bf99d commit 557ad39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
.test-infra/metrics/sync/github/github_runs_prefetcher/code.zip

0 comments on commit 557ad39

Please sign in to comment.