Skip to content

Commit 6abe9c0

Browse files
authored
Merge pull request #4726 from RiseT/patch-1
Update Python.gitignore (pixi)
2 parents 42f7c40 + f6eef37 commit 6abe9c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Python.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ ipython_config.py
123123
# pixi.lock
124124
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
125125
# in the .venv directory. It is recommended not to include this directory in version control.
126-
.pixi
126+
.pixi/*
127+
!.pixi/config.toml
127128

128129
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
129130
__pypackages__/

0 commit comments

Comments
 (0)