We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add7cbc commit cf8b54dCopy full SHA for cf8b54d
Global/VirtualEnv.gitignore
@@ -1,14 +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/
-venv/
-.python-version
-pip-selfcheck.json
0 commit comments