Skip to content

Commit 339cde1

Browse files
committed
initial setup
1 parent 2099ec7 commit 339cde1

File tree

5 files changed

+970
-0
lines changed

5 files changed

+970
-0
lines changed

.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

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__
2+
3+
# pixi environments
4+
.pixi
5+
*.egg-info

0 commit comments

Comments
 (0)