feat: try to get demo working after 2 years
This commit is contained in:
commit
8e2865c5ac
7 changed files with 1358 additions and 0 deletions
12
python3/.gitignore
vendored
Normal file
12
python3/.gitignore
vendored
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue