1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 04:53:58 +03:00

feat(backend): scaffold state-based sync foundation (no GUI)

Add core scanner, diff engine, SQLite DB, queue, events, scheduler, utils
Wire settings + bootstrap to compute actions;
This commit is contained in:
2026-05-15 11:48:36 +03:00
parent 6d8649ac2d
commit abd3c2ed62
9 changed files with 160 additions and 10 deletions
+1
View File
@@ -1,4 +1,5 @@
{
"python.terminal.activateEnvironment": true,
"python.testing.pytestArgs": [
"tests"
],