Update Python.gitignore (pixi)

That's what pixi itself adds to .gitignore when using "pixi init".

Co-authored-by: Pavel Zwerschke <pavelzw@gmail.com>
This commit is contained in:
RiseT 2025-09-05 19:30:03 +02:00
parent 10b26ce43d
commit f6eef37aba

View File

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