PromiseTrack-AI / .dockerignore
Harisri
Initial deployment: PromiseTrack AI with 15 companies
80b6680
Raw
History Blame Contribute Delete
1.51 kB
# ── Raw source data β€” never deployed ─────────────────────────────────────────
data/raw/
data/interim/
data/processed/
data/vector/
# ── Training-only model artifacts (not needed for inference) ─────────────────
**/optimizer.pt
**/scheduler.pt
**/rng_state.pth
# ── Pipeline scripts β€” not needed at runtime ──────────────────────────────────
process_company.py
XBRL/
# ── Zipped archives ───────────────────────────────────────────────────────────
*.zip
# ── Python cache ──────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
# ── Dev/OS junk ───────────────────────────────────────────────────────────────
.DS_Store
.env
*.log
# ── Git ───────────────────────────────────────────────────────────────────────
.git/
.gitignore