Skip to content

chore(repo): gitignore .env (local credentials file) - #14

Merged
udaybhan05 merged 1 commit into
mainfrom
chore/gitignore-dotenv
Jul 8, 2026
Merged

chore(repo): gitignore .env (local credentials file)#14
udaybhan05 merged 1 commit into
mainfrom
chore/gitignore-dotenv

Conversation

@udaybhan05

Copy link
Copy Markdown
Collaborator

What

Adds .env to .gitignore.

Why

Local credentials (the Azure OpenAI key and dev defaults) now live in a .env file at the repo root on developer machines. This filename was never ignored, so a filled-in .env would show up as an untracked file — one git add . away from leaking a key. Ignoring it guarantees real key values can never be committed, in line with the repo's secrets-only-in-env policy.

Verification

  • git check-ignore .env matches the new rule.
  • Repo-wide scan confirms no key values exist in any tracked file.

@udaybhan05
udaybhan05 merged commit 28b24f6 into main Jul 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant