We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c574db commit 510b171Copy full SHA for 510b171
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