We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85c2818 + 9db05cc commit 820563aCopy full SHA for 820563a
Python.gitignore
@@ -118,6 +118,13 @@ ipython_config.py
118
.pdm-python
119
.pdm-build/
120
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
+
128
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
129
__pypackages__/
130
0 commit comments