We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42f7c40 + f6eef37 commit 6abe9c0Copy full SHA for 6abe9c0
1 file changed
Python.gitignore
@@ -123,7 +123,8 @@ ipython_config.py
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
+.pixi/*
127
+!.pixi/config.toml
128
129
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
130
__pypackages__/
0 commit comments