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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
.shsf.json
|
.shsf.json
|
||||||
prompt.txt
|
prompt.txt
|
||||||
|
__pycache__/
|
||||||
@@ -49,6 +49,8 @@ The project consists of:
|
|||||||
- `_db_com.py`: (Internal dependency at SHSF Runner level) Database communication module.
|
- `_db_com.py`: (Internal dependency at SHSF Runner level) Database communication module.
|
||||||
- `requirements.txt`: Python dependencies.
|
- `requirements.txt`: Python dependencies.
|
||||||
|
|
||||||
|
**Note:** `__pycache__/` is auto-generated by Python and is ignored via `.gitignore`.
|
||||||
|
|
||||||
## Usage in SHSF
|
## 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.
|
This script is intended to be deployed as a serverless function using SHSF. Ensure that all required environment variables are set in your Function.
|
||||||
Binary file not shown.
Reference in New Issue
Block a user