Spaces:
Runtime error
Runtime error
| # Hugging Face cache | |
| .cache/ | |
| hf_cache/ | |
| # NLTK data | |
| nltk_data/ | |
| # Streamlit cache & config | |
| .streamlit/ | |
| .streamlit/* | |
| # Python bytecode | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # Logs & temp | |
| *.log | |
| tmp/ | |
| *.sqlite3 | |
| *.db |