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:
2026-08-08 11:39:14 -07:00
parent 40132f04dd
commit 702101bfe2

3
.gitignore vendored
View File

@@ -13,3 +13,6 @@ uv.lock
# Python build and test output
__pycache__/
/test/test_output/
# Virtualenv (created with create_cdsc_venv on klone)
/.venv/