ignore more venvs

This commit is contained in:
jrkb 2025-05-25 14:15:21 +02:00
parent 840fdf1ca4
commit 3ea2f0e304

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# python # python
__pycache__ __pycache__
venv venv
venv*
# vim # vim
*.swo *.swo