Merge pull request #4726 from RiseT/patch-1

Update Python.gitignore (pixi)
This commit is contained in:
Devin Dooley 2026-04-24 14:26:09 -07:00 committed by GitHub
commit 6abe9c03f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,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__/