feat: try to get demo working after 2 years

This commit is contained in:
nobody 2025-10-30 14:16:04 -07:00
commit 8e2865c5ac
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
7 changed files with 1358 additions and 0 deletions

12
python3/.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/