diff --git a/Python.gitignore b/Python.gitignore index 0ac860df..771b7af2 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -118,6 +118,13 @@ ipython_config.py .pdm-python .pdm-build/ +# pixi +# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control. +#pixi.lock +# 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. +.pixi + # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/