From 3e2b171f56799c759d4121aa10e64715d8c75023 Mon Sep 17 00:00:00 2001 From: Phenotype Agent Date: Thu, 11 Jun 2026 23:10:59 -0700 Subject: [PATCH] chore(gitignore): adopt shared node template from phenotype-tooling Replaces/extends .gitignore with the canonical Node patterns from phenotype-tooling/templates/gitignore-node. Existing repo-specific lines are preserved. Refs: PR #115 (phenotype-tooling gitignore templates), V14-T3-1e wave 3 --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.gitignore b/.gitignore index 26c8725..ba332e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Phenotype-org standard .gitignore — Node +# Source: https://github.com/KooshaPari/phenotype-tooling/blob/main/templates/gitignore-node + __pycache__/ .pytest_cache/ .ruff_cache/ @@ -13,3 +16,27 @@ worktrees/ docs/.vitepress/cache docs/.vitepress/dist node_modules + +# --- adopted from phenotype-tooling/templates/gitignore-node --- +.cache/ +.DS_Store +.eslintcache +.idea/ +.npm/ +.parcel-cache/ +.pnp +.pnp.js +.vscode/ +*.log +*.swp +/build/ +/coverage/ +/dist/ +/out/ +lerna-debug.log* +node_modules/ +npm-debug.log* +pnpm-debug.log* +Thumbs.db +yarn-debug.log* +yarn-error.log*