diff --git a/.gitignore b/.gitignore index 412c02b..89f112a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .shsf.json -prompt.txt \ No newline at end of file +prompt.txt +__pycache__/ \ No newline at end of file diff --git a/README.md b/README.md index 8da71e7..f78752d 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/__pycache__/main.cpython-313.pyc b/__pycache__/main.cpython-313.pyc deleted file mode 100644 index d82d9ee..0000000 Binary files a/__pycache__/main.cpython-313.pyc and /dev/null differ