chore: add .venv to .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 01:53:58 +01:00
parent ff59d4e0f8
commit 087f5da57b

1
.gitignore vendored
View File

@@ -15,3 +15,4 @@ terraform.tfstate*
# Python bytecode # Python bytecode
__pycache__/ __pycache__/
*.pyc *.pyc
.venv/