Skip to content

Commit 76520a2

Browse files
committed
feat: add pixi configuration files and update .gitignore for pixi environments
1 parent 1bfde4a commit 76520a2

4 files changed

Lines changed: 4010 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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
*.nbc
44
*.nbi
55
build/
6-
*.egg*
6+
*.egg*
7+
# pixi environments
8+
.pixi/*
9+
!.pixi/config.toml

0 commit comments

Comments
 (0)