# Hide large generated and cache files
package-lock.json
node_modules/**
coverage/**
dist/**
build/**
.cache/**
.parcel-cache/**
docs/generated/**
*.log

# Hide large test fixtures
test/fixtures/**

# Env and secrets
.env*
!.env.example

# Editor settings and swap files
.vscode/**
.idea/**
*.swp
*.swo

# Husky hooks and GitHub assistant prompts
.github/instructions/**
.github/prompts/**

# Hide all test files

# Hide patch files
*.patch