From 04d49b3a3a27ece8070758d42302520d1926f062 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". --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 5290d13b..24c2da4a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -123,6 +123,7 @@ ipython_config.py # 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/config.toml # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/