Spaces:
Running
Running
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| .venv/ | |
| venv/ | |
| # Streamlit secrets | |
| .streamlit/secrets.toml | |
| # Legacy Next.js | |
| node_modules | |
| .next | |
| out | |
| # Local-only data (HF Dataset is the real store in prod) | |
| data/ | |
| # Env files | |
| .env | |
| .env.local | |
| *.local | |
| # OS | |
| .DS_Store | |