ignore: venv .venv
@@ -1,6 +1,10 @@
# VSCode
.vscode
+# venv
+venv
+.venv
+
# Python
__pycache__/
*/__pycache__