This repository has been archived on 2026-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
resensys-site-status/.gitignore
2026-06-29 13:32:41 -04:00

27 lines
282 B
Plaintext

# 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/