Skip to content

Commit 0b95b54

Browse files
committed
🙈 updated gitignore for .venv
1 parent 37d4d7e commit 0b95b54

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ target/
187187
# pyenv
188188
.python-version
189189

190+
# poetry
191+
.venv
192+
190193
# pipenv
191194
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
192195
# However, in case of collaboration, if having platform-specific dependencies or dependencies

{{ cookiecutter.project_name }}/.dockerignore

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ __pycache__/
2222
.pytest_cache/
2323
..mypy_cache/
2424

25+
# poetry
26+
.venv
27+
2528
# C extensions
2629
*.so
2730

{{ cookiecutter.project_name }}/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ target/
187187
# pyenv
188188
.python-version
189189

190+
# poetry
191+
.venv
192+
190193
# pipenv
191194
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
192195
# However, in case of collaboration, if having platform-specific dependencies or dependencies

0 commit comments

Comments
 (0)