Добавлено описание проекта PVideoDl, включая функциональность, стек технологий, архитектуру, инструкции по запуску и API. Обновлён README.md для лучшего понимания проекта.

This commit is contained in:
Leonid Pershin
2026-06-19 12:07:55 +03:00
parent e15d0af056
commit 3281fa2a5d
43 changed files with 4699 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
*.egg-info/
# Данные приложения
app.db
app.db-journal
downloads/
# Frontend
frontend/node_modules/
frontend/build/
frontend/.svelte-kit/
frontend/.vite/
# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db