fix(server): make .dockerignore effective at repo root, pin yt-dlp in requirements

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 20:23:37 -07:00
parent 809de44e2e
commit eecf0836f7
3 changed files with 4 additions and 1 deletions

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
__pycache__/
*.pyc
tests/
docs/
.git/
*.md
.claude/