Build the GUI app on macos/windows/linux host runners on v* tag pushes. All platform jobs converge on one Gitea release; release.py now reuses an existing release, skips duplicate assets, and supports --no-dist so only the linux job uploads the wheel/sdist.
23 lines
276 B
Plaintext
23 lines
276 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Node / Frontend
|
|
node_modules/
|
|
frontend/dist/
|
|
mediahive/frontend-build/
|
|
|
|
# Lockfiles (uv.lock, package-lock.json, deno.lock, bun.lockb, etc.)
|
|
*.lock
|
|
*.lockb
|
|
package-lock.json
|
|
|
|
# Dotfiles
|
|
.*
|
|
!.gitignore
|
|
!.gitea/
|