diff --git a/Python.gitignore b/Python.gitignore index e15106e3..d2abd7fa 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__/