Skip to content

chore: add __pycache__/ to .gitignore#495

Merged
xdustinface merged 1 commit intov0.42-devfrom
chore/ignore-pycache
Mar 5, 2026
Merged

chore: add __pycache__/ to .gitignore#495
xdustinface merged 1 commit intov0.42-devfrom
chore/ignore-pycache

Conversation

@xdustinface
Copy link
Collaborator

@xdustinface xdustinface commented Mar 4, 2026

Summary by CodeRabbit

  • Chores
    • Updated .gitignore to exclude Python bytecode directories from version control.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 4, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 89c41b10-7bd6-4265-ab36-d346ab20dbf3

📥 Commits

Reviewing files that changed from the base of the PR and between ab17348 and bd3cde1.

📒 Files selected for processing (1)
  • .gitignore

📝 Walkthrough

Walkthrough

Added __pycache__/ to the .gitignore file under the Python section to exclude Python bytecode directories from version control. This is a standard configuration addition with no functional impact.

Changes

Cohort / File(s) Summary
Configuration
.gitignore
Added Python bytecode directory ignore rule (__pycache__/) with trailing blank line.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A rabbit's note on cache

Hop, hop, hop through the code we go,
__pycache__ clutters the git flow!
With a flick of the ears and a tap of the paw,
We ignore what we don't need at all—
Clean repositories bring coding joy! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding __pycache__/ to .gitignore file, which matches the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/ignore-pycache

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.05%. Comparing base (ab17348) to head (bd3cde1).
⚠️ Report is 2 commits behind head on v0.42-dev.

Additional details and impacted files
@@            Coverage Diff             @@
##           v0.42-dev     #495   +/-   ##
==========================================
  Coverage      63.05%   63.05%           
==========================================
  Files            313      313           
  Lines          64878    64878           
==========================================
  Hits           40907    40907           
  Misses         23971    23971           
Flag Coverage Δ
dash-network 74.90% <ø> (ø)
dash-network-ffi 34.74% <ø> (ø)
dash-spv 68.18% <ø> (ø)
dash-spv-ffi 34.74% <ø> (ø)
dashcore 74.90% <ø> (ø)
dashcore-private 74.90% <ø> (ø)
dashcore-rpc 19.92% <ø> (ø)
dashcore-rpc-json 19.92% <ø> (ø)
dashcore_hashes 74.90% <ø> (ø)
key-wallet 65.58% <ø> (ø)
key-wallet-ffi 34.74% <ø> (ø)
key-wallet-manager 65.58% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xdustinface xdustinface merged commit f74c43e into v0.42-dev Mar 5, 2026
53 checks passed
@xdustinface xdustinface deleted the chore/ignore-pycache branch March 5, 2026 08:05
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