Initial commit: Resensys site status app
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user