From 524146055d7587e4e209911114d24d508c912e4f Mon Sep 17 00:00:00 2001 From: mos-dt-0 Date: Fri, 31 Jul 2026 22:24:49 +0000 Subject: [PATCH] fix(hygiene): .prettierignore must exclude Python build/test artifacts (#1025) Co-authored-by: mos-dt-0 --- .prettierignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.prettierignore b/.prettierignore index 07db0c7a..33f36e19 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,6 +4,14 @@ pnpm-lock.yaml **/node_modules **/drizzle **/.next +# Python build/test artifacts — same category as node_modules/dist/.next above. +# Prettier must never scan generated trees; without these a local venv poisons +# `pnpm format:check` with thousands of third-party files. +**/venv +**/__pycache__ +**/.mypy_cache +**/.pytest_cache +**/htmlcov .claude/ docs/tess/TASKS.md docs/scratchpads/