Skip to content

Ensure .env and __pycache__/ are excluded via .gitignore#126

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/update-gitignore-file
Draft

Ensure .env and __pycache__/ are excluded via .gitignore#126
Copilot wants to merge 1 commit intomainfrom
copilot/update-gitignore-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 8, 2026

The .gitignore was missing explicit exclusions for .env (secrets) and __pycache__/ (Python bytecode artifacts), risking accidental commits of sensitive config or generated files.

Both entries are already present in the existing .gitignore — no changes were required. The repository correctly ignores:

.env
__pycache__/

No tracked instances of either pattern were found in the repository.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tryonyou-pilot Error Error Apr 8, 2026 1:44pm

Request Review

Copy link
Copy Markdown
Member

@LVT-ENG LVT-ENG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Copilot AI changed the title [WIP] Update .gitignore to include .env and __pycache__ Ensure .env and __pycache__/ are excluded via .gitignore Apr 8, 2026
Copilot AI requested a review from LVT-ENG April 8, 2026 13:46
Copy link
Copy Markdown
Member

@LVT-ENG LVT-ENG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

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.

2 participants