Skip to content

Commit

Permalink
[MINOR][INFRA] Exclude .python-version from git
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

[pyenv](https://github.com/pyenv/pyenv) is a popular tool for managing multiple versions of Python.

> The first `.python-version` file found (if any) by searching each parent directory, until reaching the root of your filesystem.

### Why are the changes needed?

Improve developer experience who use pyenv to manage Python environments.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#47939 from pan3793/minor-pyenv.

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
pan3793 authored and HyukjinKwon committed Sep 3, 2024
1 parent 32b054c commit 0a3315e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.swp
*~
.java-version
.python-version
.DS_Store
.ammonite
.bloop
Expand Down

0 comments on commit 0a3315e

Please sign in to comment.