Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 42e8efd

Browse files
authored
Merge pull request #1 from lucascolley/protocol
initial `Quantity` protocol
1 parent 995bb00 commit 42e8efd

File tree

5 files changed

+955
-0
lines changed

5 files changed

+955
-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
2+
pixi.lock linguist-language=YAML linguist-generated=true

.gitignore

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

0 commit comments

Comments
 (0)