Autobot::Config::Env
.env file detection and protection utilities
Constants
FILE_PATTERN = /\.env(?:\.|$)/
Pattern for detecting .env files Matches: .env, .env.local, .env.production, secrets.env, etc.
Class methods
Check if a command string references .env files