Skip to content

Add .venv/ to .dockerignore and .gitignore for virtual env compatibility #1709

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

Merged
merged 1 commit into from
Apr 18, 2025

Conversation

PeterDaveHello
Copy link
Contributor

@PeterDaveHello PeterDaveHello commented Apr 18, 2025

User description

Include .venv/ alongside venv/ to align with common Python virtual environment practices as recommended in the official documentation.


PR Type

enhancement, configuration changes


Description

  • Added .venv/ to .dockerignore for virtual environment compatibility.

  • Ensures alignment with common Python virtual environment practices.


Changes walkthrough 📝

Relevant files
Configuration changes
.dockerignore
Add `.venv/` to `.dockerignore`                                                   

.dockerignore

  • Added .venv/ to the ignore list.
  • Aligns with Python virtual environment naming conventions.
  • +1/-0     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • Include .venv/ alongside venv/ to align with common Python virtual
    environment practices as recommended in the official documentation.
    Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link
    Contributor

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @mrT23 mrT23 merged commit 151daa0 into qodo-ai:main Apr 18, 2025
    2 checks passed
    @PeterDaveHello PeterDaveHello deleted the Ignore.venv branch April 18, 2025 18:20
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants