# --- STATE.md: LOCAL-ONLY until a PRIVATE remote exists --- # House rule: STATE.md must never reach a public mirror. No private remote is set # yet (see docs/BRIEF.md §13.4) and this repo is intended for publication, so the # current state-of-play stays untracked. Move STATE.md to tracked ONLY after a # private Forgejo remote is added — never on a public mirror. /STATE.md # --- Python (declared stack: stdlib-first library, BRIEF §8) --- __pycache__/ *.pyc .venv/ build/ dist/ *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage coverage/ # --- Secrets / local / OS (obligatory) --- .env .env.* *.local.md *.local.sh .DS_Store