Spaces:
Sleeping
Sleeping
Kasilanka Bhoopesh Siva Srikar
Remove model files from git - will upload via Hugging Face web interface
49ef8ba | # Python | |
| __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 | |
| MANIFEST | |
| # Virtual Environment | |
| venv/ | |
| env/ | |
| ENV/ | |
| .venv | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| *.ipynb | |
| # Model files - exclude from git (upload via Hugging Face web interface) | |
| *.joblib | |
| content/models/*.joblib | |
| model_assets/*.joblib | |
| # Data files (usually too large) - Exclude for Hugging Face deployment | |
| content/cardio_train_extended.csv | |
| content/sample_data/*.csv | |
| # Logs | |
| *.log | |
| optimization_log.txt | |
| optimization_v2_log.txt | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Docker | |
| .dockerignore | |
| # Streamlit | |
| .streamlit/secrets.toml | |
| # Temporary files | |
| *.tmp | |
| *.bak | |
| *.swp | |