Files
mediahive/.gitignore
T
LeoVasanko ff10c86e84 Add Gitea Actions cross-platform release workflow
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.
2026-09-22 03:54:05 +00:00

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/