Spaces:
Sleeping
Sleeping
| # Keep HF Space lean — models/data live elsewhere | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| venv/ | |
| .venv/ | |
| .idea/ | |
| *.egg-info/ | |
| # Frontend dev dependencies (only dist/ is needed) | |
| frontend/node_modules/ | |
| node_modules/ | |
| package-lock.json | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| notebooks/ | |
| # Logs | |
| artifacts/logs/ | |
| # Artifacts — stored on HF model repo (NeerajCodz/aiBatteryLifeCycle) | |
| # Downloaded at container startup via scripts/download_models.py | |
| artifacts/ | |
| # Env / OS | |
| .env | |
| .DS_Store | |
| Thumbs.db | |
| # Raw dataset | |
| cleaned_dataset/data/ | |
| cleaned_dataset/extra_infos/ | |
| # Reference notebooks | |
| reference/ | |
| # Git internals | |
| .git/ | |