mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
feat: Update .gitignore to exclude distribution files and add new .whl file
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[oc]
|
*.py[oc]
|
||||||
build/
|
build/
|
||||||
|
!dist/*.whl
|
||||||
|
!dist/.gitignore
|
||||||
dist/
|
dist/
|
||||||
wheels/
|
wheels/
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!*.whl
|
||||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user