Skip to content

Commit 0a487a9

Browse files
yaooqinnHyukjinKwon
authored andcommitted
[MINOR] add .venv into .gitignore
### What changes were proposed in this pull request? add .venv into .gitignore ### Why are the changes needed? potential virtual environment for python or doc builds to put a heavy load on git ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests ### Was this patch authored or co-authored using generative AI tooling? no Closes #53836 from yaooqinn/minor2. Lead-authored-by: Kent Yao <kentyao@microsoft.com> Co-authored-by: Kent Yao <yao@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 67f6a3f commit 0a487a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
.ensime
1919
.ensime_cache/
2020
.ensime_lucene
21+
.venv
2122
.generated-mima*
2223
.idea/
2324
.idea_modules/

0 commit comments

Comments
 (0)