# Local development env file with FAKE values for testing only.
# These are NOT real API keys and must never be considered credentials.
OPENAI_API_KEY=sk-test-12345
ANTHROPIC_API_KEY=sk-ant-test-67890
GROQ_API_KEY=gsk-test-abcdef

# Non-AI vars should not be detected
DATABASE_URL=postgres://user:pass@localhost:5432/app
REDIS_URL=redis://localhost:6379/0
