refactor: rename ML model python backend folder

This commit is contained in:
nobody 2025-10-30 17:55:24 -07:00
commit 76c28bafab
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
9 changed files with 0 additions and 0 deletions

12
api/.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
# NLTK Data (uncomment if you want to download on each deployment)
nltk_data/