# Dependencies
**/node_modules/

# Embedded git repos (audit targets)
**/.git/

# Environment files with secrets
**/.env
**/.env.local

# Build outputs
**/dist/
**/build/
**/.next/

# OS
.DS_Store
