We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f988493 + 510b171 commit 8583db8Copy full SHA for 8583db8
1 file changed
.gitignore
@@ -19,6 +19,10 @@ __pycache__/
19
.env.test
20
.env.production
21
22
+# Python virtual environments
23
+.venv/
24
+venv/
25
+
26
# IDE - VSCode
27
.vscode/*
28
!.vscode/settings.json
0 commit comments