From f15e67fefa264f265d963edf86e1b4426ee5d213 Mon Sep 17 00:00:00 2001 From: Alexrohith Date: Mon, 12 Jan 2026 21:05:04 +0530 Subject: [PATCH] Improve comments for Python .gitignore --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index e15106e38f..d154d4b5c5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -157,6 +157,10 @@ ENV/ env.bak/ venv.bak/ +# Conda environments +conda-meta/ + + # Spyder project settings .spyderproject .spyproject