devops
backend
auth
frontend
Add environment config files and VS Code editor associations
Environment configuration
- Added shared and environment-specific environment files (.env, .env.development, .env.production) with non-secret defaults and local development values for Supabase, Postgres, Redis, Inngest, and Clerk.devops
Secrets and deployment guidance
- Added notes and placeholders clarifying that secret keys (for example CLERK_SECRET_KEY and CLERK_WEBHOOK_SECRET) must be stored in .env.local and that production values should be set via the deployment environment.auth
Editor setup
- Added VS Code editor associations so .parquet, .csv, and .tsv files open with the DuckDB data viewer for easier inspection of data files.frontend