Opinionated Python dev conventions for my macOS machine. Two layers:
- MAC.md — one-time machine setup: uv, VS Code extensions, global config, shell guardrails.
- PROJECT.md — per-project best practices: structure,
pyproject.toml, ruff, pytest, ty, logging, with copy-paste templates.
Stack: uv · ruff · pytest · ty · stdlib logging. Python 3.14, src/ layout, uv.lock committed.
Projects live elsewhere on disk; this directory is just the reference.