Skip to content

Commit 90601bc

Browse files
committed
chore: add pixi dev env configs
1 parent d6bcc21 commit 90601bc

4 files changed

Lines changed: 3942 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
*.pyc
44
build/
55
dist/
6-
*.egg-info/
6+
*.egg-info/
7+
# pixi environments
8+
.pixi/*
9+
!.pixi/config.toml

0 commit comments

Comments
 (0)