Skip to content

Commit bb47da8

Browse files
authored
Merge pull request #1 from lucascolley/main
initial setup
2 parents 2099ec7 + 339cde1 commit bb47da8

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)