You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Python.gitignore
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,12 @@ ipython_config.py
111
111
.pdm-python
112
112
.pdm-build/
113
113
114
+
# pixi
115
+
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
116
+
#pixi.lock
117
+
# 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.
118
+
.pixi
119
+
114
120
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
0 commit comments