JetLaggedByData/scifi-forge
0
1# ── Python ────────────────────────────────────────────────────────────────2__pycache__/3*.py[cod]4*$py.class5*.pyo6*.pyd7.Python8*.egg9*.egg-info/10dist/11build/12eggs/13parts/14var/15sdist/16wheels/17pip-wheel-metadata/18.installed.cfg19lib/20lib64/21.eggs/22 23# ── Virtual Environments ──────────────────────────────────────────────────24venv/25.venv/26env/27ENV/28env.bak/29venv.bak/30 31# ── Jupyter ───────────────────────────────────────────────────────────────32.ipynb_checkpoints/33*.ipynb_checkpoints34 35# ── Model Weights & Checkpoints (large binaries — never commit) ───────────36*.bin37*.safetensors38*.pt39*.pth40*.ckpt41*.h542*.keras43v1_baseline/checkpoints/44v2_finetuned/adapters/45 46# ── FAISS Index (regenerate from corpus) ──────────────────────────────────47data/faiss_index/48 49# ── Raw Corpus (149MB — too large for git) ────────────────────────────────50data/raw/51 52# ── Generated JSONL Dataset (reproducible via prepare_dataset.py) ─────────53data/chunks/54 55# ── Pre-generated Stories (KEEP — committed intentionally for deployed app)56# data/stories/ is NOT ignored — these are committed to repo57 58# ── MLflow & Experiment Artifacts ─────────────────────────────────────────59# Ignore raw MLflow run data (large, regenerable) but keep pre-exported assets60# that the deployed HF Spaces app reads directly.61mlruns/62mlflow_runs/mlruns/63mlflow_runs/**64!mlflow_runs/charts/65!mlflow_runs/charts/**66!mlflow_runs/benchmark_report.json67*.mlflow68 69# ── Streamlit Cache ───────────────────────────────────────────────────────70.streamlit/secrets.toml71 72# ── Environment & Secrets ─────────────────────────────────────────────────73.env74.env.*75*.secret76secrets.json77 78# ── OS ────────────────────────────────────────────────────────────────────79.DS_Store80Thumbs.db81desktop.ini82*~83 84# ── IDEs ──────────────────────────────────────────────────────────────────85.vscode/86.idea/87*.swp88*.swo89.project90.pydevproject91 92# ── Logs & Temp ───────────────────────────────────────────────────────────93*.log94*.tmp95*.bak96tmp/97temp/98 99# ── Test & Coverage ───────────────────────────────────────────────────────100.pytest_cache/101.coverage102htmlcov/103.tox/104 105# ── MLflow local SQLite DB (regenerable) ─────────────────────────────────106mlflow.db107 108# ── CUDA / GPU ────────────────────────────────────────────────────────────109*.ncu-rep