Skip to content

Update .gitignore to follow Python.gitignore #689

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bewygs
Copy link
Contributor

@bewygs bewygs commented May 28, 2025

Just a small PR that updates .gitignore to match the latest Python.gitignore.

I ran into issues where setting up my environment with .venv caused lots of files to appear in git that should have been ignored.

If you notice any project-specific ignores missing, just let me know!

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally seems fine to me

.DS_Store
*.swp
*.swo
.cache/
.pytest_cache
docs/source/generated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one seems to have been lost

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.

2 participants