Initial commit: modular Streamlit media viewer with Jellyfin, SSH tools, and docs

This commit is contained in:
2026-04-30 18:32:49 +02:00
commit d9d8a4f363
27 changed files with 3265 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
# Packaging/build
build/
dist/
*.egg-info/
# Virtual environments
.venv/
venv/
env/
# Local configuration and secrets
.env
.env.*
!.env.example
.streamlit/secrets.toml
.envrc
# Editors/OS
.idea/
.vscode/
.DS_Store
# Streamlit/runtime
.streamlit/config.toml
# Local generated indexes/caches
.cache/
# Logs/temp
*.log
tmp/