# Environment files with secrets
.env
.env.*
*.env
docker-setup/.env.apiguru
docker-setup/frontend/.env

# Marketing credentials
marketing/google_ads/oauth_credentials.json
marketing/google_ads/captured_token.json
marketing/google_ads/web_cookies.txt
marketing/google_ads/__pycache__/

# Python
__pycache__/
*.pyc
*.pyo

# IDE
.idea/

# Logs
*.log

# Env TEMPLATES must stay committed - `.env.*` above would otherwise
# swallow them and leave the repo with no setup reference.
!*.example

# --- never commit: secrets, build artifacts, captures -----------------------
# ga4_mp_secret is a live Measurement Protocol API secret.
ga4_mp_secret
*.pcapng
*.whl
docker-setup/frontend/landing-apiguru/landing-apiguru.zip
docker-setup/frontend/landing-apiguru/_test_zip/
docker-setup/backend/out.txt
