Initial import of the session watchdog

This commit is contained in:
2026-07-29 22:31:03 +02:00
commit 891b28d28c
7 changed files with 558 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
# PEP 8.
[*.py]
indent_size = 4
indent_style = space
# A leading tab starts a code block in Markdown.
[*.md]
indent_style = space