feat: Refactor TMDB API key and access token handling; update settings screen for user input and remove hardcoded secrets

This commit is contained in:
sha
2026-04-12 11:57:14 +03:00
parent 1b50d15eea
commit cff973dd94
5 changed files with 40 additions and 10 deletions
+2
View File
@@ -8,6 +8,8 @@ wheels/
# Virtual environments
.venv
venv/
# Secrets
src/secrets.py
# Test-generated files
src/test/datasets/sample_mediafiles/
.pytest_cache/