Skip to content

chore(gitignore): use GitHub Python template as base#979

Merged
mergify[bot] merged 1 commit intopython-wheel-build:mainfrom
smoparth:bugfix/issue-966-gitignore-completeness
Mar 25, 2026
Merged

chore(gitignore): use GitHub Python template as base#979
mergify[bot] merged 1 commit intopython-wheel-build:mainfrom
smoparth:bugfix/issue-966-gitignore-completeness

Conversation

@smoparth
Copy link
Contributor

Replace the minimal .gitignore with GitHub's official Python .gitignore template and append fromager's project-specific patterns in a clearly labeled section.

This improves coverage from ~5 to all 12+ recommended language-specific patterns, adding protection for compiled bytecode, C extensions, editor files, environment files, and many Python tooling artifacts.

Closes: #966

@smoparth smoparth requested a review from a team as a code owner March 25, 2026 14:57
@smoparth smoparth force-pushed the bugfix/issue-966-gitignore-completeness branch from c14ad93 to 8d8a9a4 Compare March 25, 2026 14:58
@dhellmann
Copy link
Member

@Mergifyio refresh

@mergify
Copy link
Contributor

mergify bot commented Mar 25, 2026

refresh

✅ Pull request refreshed

@dhellmann
Copy link
Member

@Mergifyio rebase

Replace the minimal .gitignore with GitHub's official Python .gitignore
template and append fromager's project-specific patterns in a clearly
labeled section.

This improves coverage from ~5 to all 12+ recommended language-specific
patterns, adding protection for compiled bytecode, C extensions, editor
files, environment files, and many Python tooling artifacts.

Closes: python-wheel-build#966

Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: smoparth <smoparth@redhat.com>
@mergify
Copy link
Contributor

mergify bot commented Mar 25, 2026

rebase

✅ Branch has been successfully rebased

@dhellmann dhellmann force-pushed the bugfix/issue-966-gitignore-completeness branch from 8d8a9a4 to 3d81337 Compare March 25, 2026 16:12
@mergify mergify bot merged commit fbe50d9 into python-wheel-build:main Mar 25, 2026
39 checks passed
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.

Add missing patterns to .gitignore for improved completeness

2 participants