Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ViratiAkiraNandhanReddy

This change clarifies how Visual Studio Code workspace files can be optionally ignored in python.gitignore while allowing contributors to track shared settings.json if desired.

Reasons for making this change

  • Many contributors use VS Code and often want to:
  • Avoid committing editor- and user-specific workspace files
  • Still share common editor settings (formatting, linting, tooling) across the project

The current comments reference ignoring the entire .vscode directory but do not clearly document the common pattern of allowing settings.json while ignoring other files. This change improves clarity without altering default behavior.

Merge and Approval Steps

  • Confirm that you've read the contribution guidelines and ensured your PR aligns
  • Ensure CI is passing
  • Get a review and Approval from one of the maintainers

This change clarifies how Visual Studio Code workspace files can be optionally ignored in python.gitignore while allowing contributors to track shared settings.json if desired.
@ViratiAkiraNandhanReddy ViratiAkiraNandhanReddy requested a review from a team as a code owner December 18, 2025 13:13
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