chore: remove pycache, add to gitignore, update readme
- Remove committed __pycache__/main.cpython-313.pyc - Add __pycache__/ to .gitignore - Add note about __pycache__ in Development section of README
This commit is contained in:
@@ -49,6 +49,8 @@ The project consists of:
|
||||
- `_db_com.py`: (Internal dependency at SHSF Runner level) Database communication module.
|
||||
- `requirements.txt`: Python dependencies.
|
||||
|
||||
**Note:** `__pycache__/` is auto-generated by Python and is ignored via `.gitignore`.
|
||||
|
||||
## Usage in SHSF
|
||||
|
||||
This script is intended to be deployed as a serverless function using SHSF. Ensure that all required environment variables are set in your Function.
|
||||
Reference in New Issue
Block a user