This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git


The following commit(s) were added to refs/heads/master by this push:
     new bc17091d [TOREE-539] Exclude pyenv setting files from git (#204)
bc17091d is described below

commit bc17091d76b24cbc18bb9000fb44be1a1ec1ffb5
Author: Cheng Pan <[email protected]>
AuthorDate: Sun Aug 6 12:07:03 2023 +0800

    [TOREE-539] Exclude pyenv setting files from git (#204)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 809c712e..1fefea9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,7 @@
 
 # Python
 **/*__pycache__
+.python-version
 
 # Notebooks
 !etc/**/*.ipynb

Reply via email to