Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve gitignore #143

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Improve gitignore #143

wants to merge 1 commit into from

Conversation

fpgmaas
Copy link

@fpgmaas fpgmaas commented Mar 15, 2025

The current .gitignore seems to miss a few important directories for Python projects. For example;

python3 -m build

leads to the build and dist directories becoming unstaged changes.

A closer look shows that the .gitignore seems to be the default one for VisualStudio projects. I believe this is not the correct .gitignore for this project; while Visual Studio Code is a popular IDE for Python projects, Visual Studio isn't as far as I know.

This PR proposes to improve the .gitignore file by replacing it with a slightly cleaned up version of the default .gitignore file for Python projects.

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