Respect .gitignore
Never commit files that should be gitignored
CLAUDE.md
Never commit files that should be gitignored: .env files, node_modules, build artifacts, IDE settings, OS files. Check .gitignore before staging new files.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.