We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.gitignore
1 parent ee2e8b5 commit 866ceb5Copy full SHA for 866ceb5
templates/init/functions/python/_gitignore
@@ -1 +1,6 @@
1
-*.local
+# Python bytecode
2
+__pycache__/
3
+
4
+# Python virtual environment
5
+venv/
6
+*.local
0 commit comments