Skip to content

chore: add .dockerignore file#206

Open
HemaOnGit wants to merge 1 commit intoPolymarket:mainfrom
HemaOnGit:chore/add-dockerignore
Open

chore: add .dockerignore file#206
HemaOnGit wants to merge 1 commit intoPolymarket:mainfrom
HemaOnGit:chore/add-dockerignore

Conversation

@HemaOnGit
Copy link

@HemaOnGit HemaOnGit commented Feb 18, 2026

Exclude unnecessary local files, virtual environments, and sensitive .env files from Docker builds to optimize image size and security.


Note

Low Risk
Only affects Docker build context by excluding common local and sensitive files; no runtime or application logic changes.

Overview
Adds a new .dockerignore to exclude VCS metadata, Python bytecode/virtualenv folders, IDE settings, OS junk files, and .env from Docker build context to reduce image bloat and avoid leaking local/sensitive files into images.

Written by Cursor Bugbot for commit 4b4b1c3. This will update automatically on new commits. Configure here.

Exclude unnecessary local files, virtual environments, and sensitive .env files from Docker builds to optimize image size and security.
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