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

chore: Add python compile cache to gitignore #253

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

Conversation

ivirshup
Copy link
Contributor

@ivirshup ivirshup commented Dec 2, 2024

Reason for Change

Very minor PR. Just noticed that __pycache__ directories were showing up as untracked when I was playing around with the package, and these are normally included in .gitignores so they don't get committed by mistake.

Changes

  • add some lines to .gitignore

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.01%. Comparing base (2f1b91b) to head (d7c6746).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #253   +/-   ##
=======================================
  Coverage   89.01%   89.01%           
=======================================
  Files          19       19           
  Lines        1274     1274           
  Branches      110      110           
=======================================
  Hits         1134     1134           
  Misses        122      122           
  Partials       18       18           
Flag Coverage Δ
unittests 89.01% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ivirshup ivirshup changed the title Add python compile cache to gitignore chore: Add python compile cache to gitignore Dec 3, 2024
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