Skip to content

Commit f6eef37

Browse files
RiseTpavelzw
andcommitted
Update Python.gitignore (pixi)
That's what pixi itself adds to .gitignore when using "pixi init". Co-authored-by: Pavel Zwerschke <pavelzw@gmail.com>
1 parent 10b26ce commit f6eef37

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
@@ -122,7 +122,8 @@ ipython_config.py
122122
#pixi.lock
123123
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
124124
# in the .venv directory. It is recommended not to include this directory in version control.
125-
.pixi
125+
.pixi/*
126+
!.pixi/config.toml
126127

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

0 commit comments

Comments
 (0)