Jun 15, 2026 — 6 min — Platform & AI
The Python Project Skeleton I Want Before the First Feature
A production Python project skeleton that prevents import confusion, dependency drift, and toolchain sprawl before the first API route or model workflow ships.
Outcome: Specified a repo baseline with src layout, uv locking, Ruff, typed checks, pytest, dependency groups, and CI gates so Python projects begin with executable architecture.