feat: initial MikroTik monitor setup

This commit is contained in:
2026-05-16 13:27:27 +07:00
commit 6e3c7afab8
7 changed files with 695 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Секреты — никогда не коммитить!
.env
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db