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:
2026-04-04 17:16:48 +02:00
parent 6532bd250d
commit d62c76c288
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.shsf.json .shsf.json
prompt.txt prompt.txt
__pycache__/

View File

@@ -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.