Skip to content

Commit 820563a

Browse files
authored
Merge pull request #4471 from kasi-x/main
add pixi configure in python gitignore
2 parents 85c2818 + 9db05cc commit 820563a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Python.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ ipython_config.py
118118
.pdm-python
119119
.pdm-build/
120120

121+
# pixi
122+
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
123+
#pixi.lock
124+
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
125+
# in the .venv directory. It is recommended not to include this directory in version control.
126+
.pixi
127+
121128
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
122129
__pypackages__/
123130

0 commit comments

Comments
 (0)