ignore old venv

This commit is contained in:
Nick Sweeting 2023-11-13 20:18:13 -08:00
parent 7c9babac95
commit d0cc1ff675

View file

@ -7,11 +7,12 @@ __pycache__/
.github/ .github/
.git/ .git/
.pdm-build/ .pdm-build/
.pdm-python/ .pdm-python
.eggs/ .eggs/
venv/ venv/
.venv/ .venv/
.venv-old/
.docker-venv/ .docker-venv/
node_modules/ node_modules/
@ -21,6 +22,7 @@ brew_dist/
deb_dist/ deb_dist/
pip_dist/ pip_dist/
assets/ assets/
docker/
data/ data/
output/ output/