Initial commit: Resensys site status app

This commit is contained in:
lakshay
2026-06-29 13:32:41 -04:00
commit 6617c33f23
8 changed files with 4658 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Python
.venv/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
# Secrets & local config
.env
.env.*
# OS / editor
.DS_Store
Thumbs.db
.vscode/
# Logs & caches
*.log
.cache/
# Backups / old credentials
*OLD_PASSWORD*
api_bkup.py
api_copy_*.py
# Lambda Dependencies
lambda_dependencies/