aiBatteryLifeCycle / .hfignore
NeerajCodz's picture
fix: upload per-subdirectory to avoid commit timeout; fix .hfignore encoding + artifacts/
f2456ca
raw
history blame contribute delete
594 Bytes
# 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/