From f6eef37aba5b6679f5c2e2ba3f611b4157e30356 Mon Sep 17 00:00:00 2001 From: RiseT <12624674+RiseT@users.noreply.github.com> Date: Fri, 5 Sep 2025 19:30:03 +0200 Subject: [PATCH] Update Python.gitignore (pixi) That's what pixi itself adds to .gitignore when using "pixi init". Co-authored-by: Pavel Zwerschke --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 5290d13b..99a5ad30 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -122,7 +122,8 @@ ipython_config.py #pixi.lock # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one # in the .venv directory. It is recommended not to include this directory in version control. -.pixi +.pixi/* +!.pixi/config.toml # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/