/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
!.env.testing
.phpunit.result.cache
docker-compose.override.yml
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/.idea
/.vscode

# Laravel runtime caches
/storage/framework/cache/*
/storage/framework/sessions/*
/storage/framework/views/*
/storage/logs/*
/bootstrap/cache/*

# Separate projects / tool state
/.impeccable
/.codebase-memory

# Database dumps / local backups - may contain customer data
/storage/backups
*.sql

# SSH private key and cPanel password in plain text
/hosting cridentials
id_rsa
*.pem

# Claude/Codex scratch probes
/devcheck_tmp.php
/verify_tmp.php
