-
Notifications
You must be signed in to change notification settings - Fork 14
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
🙈 git-ignore common Python development files #125
Conversation
This addresses a significant number of files generated by running pytest locally.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #125 +/- ##
=======================================
Coverage 78.36% 78.36%
=======================================
Files 29 29
Lines 2829 2829
Branches 794 794
=======================================
Hits 2217 2217
Misses 443 443
Partials 169 169 ☔ View full report in Codecov by Sentry. |
Calling out that this notification appears in all Codecov messages. |
Hey @kurtmckee 👋 I'll close this one in favour of a user-wide
For all possibilities, see http://gitignore.io/api/list. That should cover each developer's personal favourite editor / python setup / dev environment and they can forget about it forever! |
Thanks, fixed! |
added |
I use a global gitignore for both Linux and Windows to cover my own editor files and virtual environment directories and so forth, but I recommend including language-specific ignores in-repo so that junior developers can contribute with fewer difficulties. I hope you'll reconsider including these Python language- and tool-specific ignores. |
fair enough! your argument outweighs the sake of deduplication :) |
Thank you for reconsidering! 🙏👍 |
This addresses a significant number of unignored files generated by running pytest locally.
So far, I've been unable to run pipgrip on Windows (it crashes for multiple reasons), so I'm working to resolve an existing test suite failure before attempting to resolve the crashes I'm seeing.