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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,8 @@ ipython_config.py
114
114
# pixi
115
115
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
116
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.
117
+
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
118
+
# in the .venv directory. It is recommended not to include this directory in version control.
118
119
.pixi
119
120
120
121
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
0 commit comments