Skip to content

chore: add .venv to .gitignore - #968

Open
tausalabs-Neo wants to merge 1 commit into
jamiepine:mainfrom
tausalabs-Neo:chore/add-venv-gitignore
Open

chore: add .venv to .gitignore#968
tausalabs-Neo wants to merge 1 commit into
jamiepine:mainfrom
tausalabs-Neo:chore/add-venv-gitignore

Conversation

@tausalabs-Neo

Copy link
Copy Markdown

Add .venv/ to .gitignore alongside the existing venv/ entry. The backend setup uses python -m venv backend/.venv (the modern convention) but that path was not covered, causing it to appear as an untracked file. Single-line change, no functional impact.

Python virtual environments created with `python -m venv .venv` were not
excluded; only `venv/` was listed. Add `.venv/` to cover the standard
naming convention used by the backend setup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (1)
  • .gitignore
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ac94e53f-b403-48f0-8014-daad3aebdc6b

📥 Commits

Reviewing files that changed from the base of the PR and between 51f49de and d6e4fae.

📒 Files selected for processing (1)
  • .gitignore

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

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