feat: Ignore .venv dir
All checks were successful
Build Docker / BuildImage (push) Successful in 41s

This commit is contained in:
Nathan Woodburn 2024-10-03 12:47:14 +10:00
parent 579539ccb8
commit a6adc553d9
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
__pycache__/
.env
.vs/
.vs/
.venv/