fix: gitignore dist/, remove committed binaries; drop mistaken archive/ ignore
Made-with: Cursor
This commit is contained in:
parent
f51af5faf8
commit
d6cb04bebe
|
|
@ -18,4 +18,6 @@ __pycache__/
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
archive/
|
|
||||||
|
# Local binaries (never commit; ship.sh writes here)
|
||||||
|
dist/
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue