Initial commit for Synology Monitor

This commit is contained in:
2026-06-08 11:34:15 +05:30
commit 95cbc025fe
6 changed files with 553 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Environments
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# VS Code / IDEs
.vscode/
.idea/
*.swp
*.swo