We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47774d commit d974788Copy full SHA for d974788
.gitignore
@@ -108,7 +108,7 @@ celerybeat.pid
108
109
# Environments
110
.env
111
-.venv
+.venv*
112
env/
113
venv/
114
ENV/
setup.cfg
@@ -76,7 +76,8 @@ extend-exclude =
76
77
build
78
docs
79
- venv
+ venv*
80
+ .venv*
81
conftest.py
82
src/semver/__init__.py
83
tasks.py
0 commit comments