Files
LeoVasanko 1149e7cdfd
release / gui-build (linux, bash) (push) Successful in 56s
release / gui-build (windows, cmd) (push) Successful in 1m21s
release / gui-build (macos, bash) (push) Successful in 1m50s
Add pre-commit hooks and blame-ignore for the lint/format commit
2026-09-24 00:37:25 +00:00

25 lines
325 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/
!.git-blame-ignore-revs
!.pre-commit-config.yaml