Skip to content

Commit c2a21a8

Browse files
✨ Add pixi.lock and update .gitignore and pyproject.toml for pixi environments
1 parent a497086 commit c2a21a8

4 files changed

Lines changed: 8133 additions & 1 deletion

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,6 @@ dmypy.json
153153
.pytype/
154154

155155
# Cython debug symbols
156-
cython_debug/
156+
cython_debug/# pixi environments
157+
.pixi/*
158+
!.pixi/config.toml

0 commit comments

Comments
 (0)