What file formats are supported?

Dotvault handles standard .env files — anything named .env or starting with .env. (so .env.local, .env.production, and friends). Each line should be in KEY=value format. Comments (#) and blank lines are preserved, so your file structure stays intact.