Skip to content

Commit 63ef5d0

Browse files
committed
Move to pixi from pip.
1 parent 84a617b commit 63ef5d0

File tree

5 files changed

+6466
-6
lines changed

5 files changed

+6466
-6
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* text=auto eol=lf
22
*.bat text eol=crlf
3+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ secrets.json
2727
.python-version
2828
*.egg-info
2929

30-
# pixi environments
31-
.pixi
32-
pixi.lock
33-
pixi.toml
34-
3530
# misc files
3631
/src
3732
train.bat
3833
debug_report.log
3934
config_diff.txt
35+
36+
# pixi environments
37+
.pixi/*
38+
!.pixi/config.toml

0 commit comments

Comments
 (0)