Can we include something like the following in the `.gitignore` file so no one forgets to ignore their `.env` file after they create it? ``` # Dotenv .env .env.* !.env.example ```