| # Copy this file to .env and fill in your values. | |
| # NEVER commit .env to git. | |
| # ── Google Gemini API ───────────────────────────────────────────────────────── | |
| # Get your key at: https://aistudio.google.com/app/apikey | |
| # Free tier: 15 RPM / 250K TPM / 500 RPD (Gemini 2.5 Flash) | |
| GOOGLE_API_KEY=your_google_api_key_here | |