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

2
.gitignore vendored
View File

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