Initial project skeleton for mopidy-smartplaylists
Some checks failed
CI / Build (push) Failing after 18m47s
CI / pyright (push) Failing after 3m39s
CI / pytest (3.13) (push) Failing after 6s
CI / ruff check (push) Failing after 6s
CI / ruff format (push) Failing after 7s
CI / pytest (3.14) (push) Failing after 6s

This commit is contained in:
2026-06-24 19:11:02 -04:00
commit a054575dea
17 changed files with 1202 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*.egg-info/
/*.lock
/.*_cache/
/.coverage
/.tox/
/.venv/
/build/
/dist/
__pycache__/