Skip to content

Commit 772a211

Browse files
committed
add pixi configure in python gitignore
1 parent 8779ee7 commit 772a211

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Python.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ ipython_config.py
111111
.pdm-python
112112
.pdm-build/
113113

114+
# pixi
115+
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
116+
#pixi.lock
117+
# 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.
118+
.pixi
119+
114120
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
115121
__pypackages__/
116122

0 commit comments

Comments
 (0)