We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4a12a4 + cf8b54d commit 166ce88Copy full SHA for 166ce88
1 file changed
Global/VirtualEnv.gitignore
@@ -1,12 +1,20 @@
1
# Virtualenv
2
# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project
3
+.venv/
4
+venv/
5
+.python-version
6
+
7
+# pyenv: Simple Python Version Management
8
+pyvenv.cfg
9
10
+# pip: package installer for Python
11
+pip-selfcheck.json
12
13
+# Custom python interpreter
14
.Python
15
[Bb]in
16
[Ii]nclude
17
[Ll]ib
18
[Ll]ib64
19
[Ll]ocal
20
[Ss]cripts
-pyvenv.cfg
-.venv
-pip-selfcheck.json
0 commit comments