Update Python.gitignore (pixi)

That's what pixi itself adds to .gitignore when using "pixi init".
This commit is contained in:
RiseT 2025-09-05 19:30:03 +02:00 committed by GitHub
parent 10b26ce43d
commit 04d49b3a3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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__/