Add local Kodi repo tooling and repository addon

This commit is contained in:
2026-02-04 15:13:00 +01:00
parent 951e99cb4c
commit 9e15212a66
5 changed files with 156 additions and 0 deletions

6
.gitignore vendored
View File

@@ -9,5 +9,11 @@
# Local tests (not committed)
/tests/
/TESTING/
/.pytest_cache/
/pytest.ini
# Python artifacts
__pycache__/
*.pyc
.coverage