chore: initial commit of sysadmin scripts collection

This commit is contained in:
2026-07-21 22:42:45 +02:00
commit 64e5b32514
11 changed files with 11579 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
# Ruff
.ruff_cache/
# Pytest
.pytest_cache/