test_final / .gitignore
Abdelrahman Almatrooshi
chore: gitignore training data and large artefacts (HF deploy)
964ff95
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules/
dist/
dist-ssr/
*.local
# Editor directories and files
.vscode/
.idea/
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
.env
*.egg-info/
.eggs/
build/
Thumbs.db
ignore/
# Coverage / caches
.coverage
htmlcov/
# Project specific
focus_guard.db
test_focus_guard.db
static/
# Large weights: fetch at build/runtime (see download_l2cs_weights.py)
checkpoints/L2CSNet_gaze360.pkl
models/L2CS-Net/models/L2CSNet_gaze360.pkl
# Training artefacts (too large for HF Hub; keep local only)
data/
data_preparation/collected*/
best_eye_cnn.pth
checkpoints/model_best.joblib
__pycache__/
docs/
docs
LOCAL_TESTING.md