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

fix(py#project): ignore reports and pycache files in version control #112

Merged
merged 1 commit into from
Mar 23, 2025

Conversation

cogwirrel
Copy link
Contributor

Reason for this change

/reports and __pycache__ are created from building/testing a python project and should not be committed to version control

Description of changes

Add appropriate patterns to .gitignore

Description of how you validated changes

Unit tests, and updated .gitignores with same patterns in example dungeon adventure repo

Issue # (if applicable)

Fixes #93

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

/reports and __pycache__ are created from building/testing a python project and should not be
committed to version control

Fixes #93
@cogwirrel cogwirrel merged commit 62eb464 into main Mar 23, 2025
6 checks passed
@cogwirrel cogwirrel deleted the fix/ignore-build-files branch March 23, 2025 23:04
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.

some build files aren't ignored
2 participants