diff --git a/.gitignore b/.gitignore index 488d65b..69175ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,60 @@ +# Python __pycache__/ *.py[cod] +*.pyo *.egg-info/ +.eggs/ .pytest_cache/ -.venv/ +.mypy_cache/ +.ruff_cache/ +.hypothesis/ +.tox/ +.nox/ +.pyre/ +.pytype/ +.pyright/ + +# Packaging build/ dist/ +*.whl +*.deb +*.rpm +rpmbuild/ + +# Virtual environments +.venv/ +venv/ +env/ +.direnv/ + +# Coverage +.coverage +.coverage.* +coverage.xml +htmlcov/ + +# Editors and operating systems +.idea/ +.vscode/ +.fleet/ +*.swp +*.swo +*~ +.DS_Store +Thumbs.db + +# Local configuration and secrets .env +.env.* +!.env.example +synadm.yaml +synadm.yml +synadm.yaml.bak-* +synadm.yml.bak-* +*.local.yaml +*.local.yml + +# Local logs and temporary files +*.log +*.tmp diff --git a/README.md b/README.md index 512151c..e38070e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ sudo apt update sudo apt install synadm-tui-thueringen ``` -Dieser Ablauf wurde mit Version 0.15 in einer isolierten APT-Umgebung geprüft: Signaturprüfung, Paketauflösung, Download, Dateirechte und Programmstart waren erfolgreich. +APT wählt automatisch die neueste verfügbare Version. Eine Versionsangabe wie +`synadm-tui-thueringen=0.16` ist für die normale Installation nicht erforderlich. + +Dieser Ablauf wurde mit Version 0.16 in einer isolierten APT-Umgebung geprüft: Signaturprüfung, Paketauflösung, Download, Dateirechte und Programmstart waren erfolgreich. ## RPM-Status