- 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)
11 lines
151 B
Plaintext
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/
|