ignore the .venv directory
On klone the venv is created inside the repo with create_cdsc_venv, so it otherwise shows up as untracked in every git status. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -13,3 +13,6 @@ uv.lock
|
|||||||
# Python build and test output
|
# Python build and test output
|
||||||
__pycache__/
|
__pycache__/
|
||||||
/test/test_output/
|
/test/test_output/
|
||||||
|
|
||||||
|
# Virtualenv (created with create_cdsc_venv on klone)
|
||||||
|
/.venv/
|
||||||
|
|||||||
Reference in New Issue
Block a user