# Sensitive files — AI must never read/write/edit .env* *.env id_rsa id_ed25519 *.key *.pem *.crt *-secret.json secrets.json credentials.json api-keys.json # Build artifacts — waste context **/node_modules/** **/dist/** **/build/** **/.cache/** **/__pycache__/** *.pyc **/venv/** **.venv/** **/.git/** # Large generated files **/package-lock.json **/yarn.lock **/pnpm-lock.yaml *.min.js *.min.css *.map *.svgz # Logs *.log