Skip to content

Commit 4ba186f

Browse files
committed
add pyproject.toml
1 parent 869be4a commit 4ba186f

File tree

5 files changed

+1049
-16
lines changed

5 files changed

+1049
-16
lines changed

.gitattributes

+2
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

+4
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,7 @@ venv.bak/
118118
# misc
119119
.DS_Store
120120
.vscode/
121+
122+
# pixi environments
123+
.pixi
124+
*.egg-info

0 commit comments

Comments
 (0)