1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 17:18:52 +02:00

Merge pull request #4471 from kasi-x/main

add pixi configure in python gitignore
This commit is contained in:
Daniel Johnson 2025-06-20 13:22:57 -07:00 committed by GitHub
commit 820563a00f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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__/