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: #232 add .gitignore setting for venv #233

Closed
wants to merge 1 commit into from

Conversation

rewrite0w0
Copy link
Contributor

Description

It was inconvenient to manually commit files since there was no .gitignore configuration for the Python built-in venv environment. then I propose adding .gitignore settings related to venv

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Refactoring, Maintenance
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@dd-jy dd-jy self-requested a review November 13, 2024 08:10
@dd-jy dd-jy added the chore [PR/Issue] Refactoring, maintenance the code label Nov 13, 2024
@dd-jy
Copy link
Contributor

dd-jy commented Nov 13, 2024

@rewrite0w0
.gitignore에 추가하신 디렉토리명이 general해서 venv 환경을 사용하지 않는 사용자들도 사용할 수 있는 디렉토리명으로 보입니다. 이에 .gitignore 추가 시, 혼란을 줄 수 있을 것으로 보여 추가하지 않고자 합니다.
Lib/
Scripts/
share/
include/

@dd-jy dd-jy closed this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore [PR/Issue] Refactoring, maintenance the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants