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