Merge pull request #1293 from weebl2000/gitignorevenv

Add common venv dirs to .gitignore
This commit is contained in:
Liam Cottle 2026-01-01 01:29:55 +13:00 committed by GitHub
commit 84b84717cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.gitignore vendored
View file

@ -14,3 +14,5 @@ cmake-*
.cache
.ccls
compile_commands.json
.venv/
venv/