Files
wikiq/.gitignore
Benjamin Mako Hill 702101bfe2 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>
2026-08-08 11:39:14 -07:00

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/