Add UI and styling documentation; remove idempotency and logging audits #8

Merged
zwitschi merged 6 commits from feat/ci-overhaul-20251029 into main 2025-10-29 14:26:14 +01:00
Showing only changes of commit f863808940 - Show all commits

5
.gitignore vendored
View File

@@ -38,6 +38,9 @@ htmlcov/
# Mypy cache # Mypy cache
.mypy_cache/ .mypy_cache/
# Linting cache
.ruff_cache/
# Logs # Logs
*.log *.log
logs/ logs/
@@ -46,5 +49,5 @@ logs/
*.sqlite3 *.sqlite3
test*.db test*.db
# Docker files # Act runner files
.runner .runner