Spaces:
Runtime error
Runtime error
| # Environment variables | |
| .env | |
| **/.env | |
| # Python cache files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Virtual Environment | |
| venv/ | |
| ENV/ | |
| env/ | |
| # IDE files | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # OS specific files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Streamlit secrets | |
| .streamlit/secrets.toml | |
| # Database files | |
| *.db | |
| *.db-shm | |
| *.db-wal | |
| # Logs | |
| logs/ | |
| *.log | |
| # Output files that may contain sensitive data | |
| **/niners_output/game_summary_embeddings.csv | |
| **/niners_output/schedule_with_result_embedding.csv | |
| **/niners_output/schedule_with_result_embedding.gsheet | |
| # Utility files | |
| z_utils/ |