Files
mediahive/.gitignore
T
2026-09-22 03:13:58 +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/