Files
flan d64a140add Scaffold v0.1.0: corpus collector, methodology spec, docs-enforcement CI
- ingest: 20 outlets' politics feeds -> full text -> SQLite w/ SHA-256 fingerprints
- METHODOLOGY.md: 10 decision blocks (decision/rationale+sources/alternatives/failure modes)
- docs: research foundations, plain-language walkthrough (CI-gated <= grade 10),
  glossary, ADR-0001, generated outlets table
- CI: pytest+ruff, docs gates (readability, glossary coverage, decision-block lint,
  outlets-table freshness), code/docs sync gate
- systemd user timer ingests every 6h (repo-external, documented in README quickstart)
2026-07-10 05:22:31 +00:00

11 lines
151 B
Plaintext

# collected corpus stays local (copyright: we publish manifests, not text)
data/
# python
__pycache__/
*.pyc
.venv/
dist/
.pytest_cache/
.ruff_cache/