This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new cb5b0a9c14 [DOC] gitignore both `uv.lock` and `.venv` in root (#2532)
cb5b0a9c14 is described below
commit cb5b0a9c14f8d64bd586517fa431850303fbdb10
Author: John Bampton <[email protected]>
AuthorDate: Fri Nov 28 05:43:27 2025 +1000
[DOC] gitignore both `uv.lock` and `.venv` in root (#2532)
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 596041ef01..6f5f1e8d08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@
/.project
/.scala-build
/.settings/
+/.venv/
/.vscode/
/bin/
/conf/
@@ -51,3 +52,5 @@ target
# Ignore node_modules in docs-overrides
docs-overrides/node_modules/
+
+uv.lock