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: Added venv/ directory to .gitignore #15

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

arunk
Copy link
Contributor

@arunk arunk commented Aug 25, 2024

venv/ is a pretty popular directory used in many python projects, a lot of docs just use venv as the directory to hold the virtualenv created by the venv module. It makes sense to add this to .gitignore.

Copy link

codecov bot commented Aug 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@8abab17). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage        ?   62.79%           
=======================================
  Files           ?       21           
  Lines           ?     1419           
  Branches        ?      219           
=======================================
  Hits            ?      891           
  Misses          ?      487           
  Partials        ?       41           

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

@fsbraun fsbraun merged commit cdd60de into fsbraun:main Sep 18, 2024
26 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.

2 participants