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/
# Linting cache
.ruff_cache/
# Logs
*.log
logs/
@@ -46,5 +49,5 @@ logs/
*.sqlite3
test*.db
# Docker files
# Act runner files
.runner