RetailMind / .gitignore
hodfa840's picture
feat: Complete RetailMind overhaul β€” hybrid retrieval, EWMA drift detection, self-healing adapter, premium UI, tests & CI
f69e608
# ── Secrets & tokens ───────────────────────────────────────────
hf_token
gh_token
.env
*.key
# ── Python ─────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
# ── Virtual environments ──────────────────────────────────────
venv/
.venv/
env/
# ── IDE / Editor ──────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
# ── Gradio ────────────────────────────────────────────────────
.gradio/
flagged/
# ── OS ────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Models (don't push multi-GB weights) ─────────────────────
*.bin
*.safetensors
*.gguf
models/