# One regex per line. Keep lightweight.
# Notion tokens
ntn_[A-Za-z0-9_\-]{10,}
secret_[A-Za-z0-9_\-]{10,}

# Common API keys / tokens
sk-[A-Za-z0-9]{10,}
AKIA[0-9A-Z]{16}

# GitHub tokens
\bghp_[A-Za-z0-9]{20,}\b
\bgithub_pat_[A-Za-z0-9_]{20,}\b

# Slack tokens
\bxox[baprs]-[A-Za-z0-9-]{10,}\b

# Generic bearer-looking strings (conservative)
Bearer\s+[A-Za-z0-9_\-\.]{20,}
