fix(hygiene): .prettierignore must exclude Python build/test artifacts (#1025)
Co-authored-by: mos-dt-0 <[email protected]>
This commit was merged in pull request #1025.
This commit is contained in:
@@ -4,6 +4,14 @@ pnpm-lock.yaml
|
|||||||
**/node_modules
|
**/node_modules
|
||||||
**/drizzle
|
**/drizzle
|
||||||
**/.next
|
**/.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/
|
.claude/
|
||||||
docs/tess/TASKS.md
|
docs/tess/TASKS.md
|
||||||
docs/scratchpads/
|
docs/scratchpads/
|
||||||
|
|||||||
Reference in New Issue
Block a user