This commit is contained in:
2026-04-09 08:52:40 +00:00
parent b80e97799f
commit 880f5caf2d
8 changed files with 144 additions and 2 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
.git
.gitignore
backend/.venv
backend/__pycache__
backend/app/__pycache__
frontend/node_modules
frontend/dist
storage/uploads/*
storage/processed/*
storage/covers/*
storage/hls/*
!storage/uploads/.gitkeep
!storage/processed/.gitkeep
!storage/covers/.gitkeep
!storage/hls/.gitkeep