CoolFace
Apppublic

sahil-12kumar/IL_CMS_Tools

sourceHugging Faceupdated 7d agoView on Hugging Face
1likes
.gitignore67 linesDownload Raw Back to root
1# ── Secrets / tokens — NEVER push to a public Space (use HF Secrets instead) ──2ngrok_uploader.yml3start_uploader.bat4start_app_only.bat5.env6state.json7 8# Full-repo export/backup (contains a nested .git + .env) — never push to the Space9samples/10state_*.json11*_state.json12tagger_sessions/13backend/ai_tagger/il_credentials.json14*.authtoken15token.txt16hugging face/17.claude/18 19# ── ai_tagger batch-run artifacts (old question/tag/solution data; not needed20#    at runtime by the web app, and shouldn't be public) ──21backend/ai_tagger/*.jsonl22backend/ai_tagger/*.csv23backend/ai_tagger/*.xlsx24backend/ai_tagger/testgen_demo/25 26# ── Runtime artifacts (ephemeral; regenerated at runtime) ──27usage_log.csv28tagging_template.xlsx29tagger_reports/30tagger_screenshots/31il_web_uploads/32il_web_ppt/33il_web_tagger/34 35# ── Python ──36__pycache__/37*.pyc38.venv/39venv/40 41# ── LO Classifier runtime data (the growing question bank; not repo content) ──42lo_bank/43 44# ── AI Tagging v2 review/alias artifacts (regenerated by build_exam_toc.py) ──45exam_toc_review.xlsx46 47# ── graphify knowledge-graph output (regenerated tool artifact, ~3MB) ──48graphify-out/49 50# NOTE: backend/vendor/OMML2MML.XSL is deliberately COMMITTED, not ignored — the51# Hugging Face image has no Office, and SMEs convert Word equations through the52# uploader page on the Space. See backend/vendor/README.md.53 54# ── LO Mapping POC: generated run artifacts. The committed fixtures55#    (out/reply.json, out/sample_questions.xlsx) stay — they are what the56#    validator's regression demo runs on; prompt.txt / questions.json /57#    LO_Mapping_POC_*.xlsx are rebuilt by `python lo_poc.py prep|apply`. ──58backend/lo_poc/out/prompt.txt59backend/lo_poc/out/questions.json60backend/lo_poc/out/LO_Mapping_POC_*.xlsx61 62# ── NCERT chapter text for the LO POC. NEVER COMMITTED: the textbook is63#    copyrighted and this repo pushes to a public Hugging Face Space. The files64#    are a local input, like the LO sheet — the tool degrades to judging NCERT65#    alignment from the model's memory when the folder is absent. ──66backend/lo_poc/ncert/67