This is an automated email from the ASF dual-hosted git repository.
rawkintrevo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new fc83bdf55 Update .gitignore to include Python environment and cache
files (#565)
fc83bdf55 is described below
commit fc83bdf55becc73268fc53547ec6ca0a4eb2674f
Author: Guan Ming(Wesley) Chiu <[email protected]>
AuthorDate: Mon Sep 22 22:34:14 2025 +0800
Update .gitignore to include Python environment and cache files (#565)
---
.gitignore | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 58fd1b797..001761abe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,5 +33,16 @@ website/.sass-cache
*.iml
.idea
-venv
+
+# Python environments
+venv/
+.venv/
+
+# Python cache and compiled files
+__pycache__/
+*.pyc
+*.pyo
+
+# Testing and type checking (project uses these)
+.pytest_cache/