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>
19 lines
207 B
Plaintext
19 lines
207 B
Plaintext
*.xml.gz
|
|
*.7z
|
|
*.xml.bz2
|
|
*.xml.xz
|
|
*.swp
|
|
|
|
# Lockfiles
|
|
uv.lock
|
|
|
|
# JetBrains
|
|
/.idea
|
|
|
|
# Python build and test output
|
|
__pycache__/
|
|
/test/test_output/
|
|
|
|
# Virtualenv (created with create_cdsc_venv on klone)
|
|
/.venv/
|