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 c6becc5 commit 751218fCopy full SHA for 751218f
.flake8
@@ -5,4 +5,4 @@ exclude =
5
Samples, azure_functions_worker/protos/,
6
azure_functions_worker/typing_inspect.py,
7
tests/unittests/test_typing_inspect.py,
8
- .venv*, .env*, .vscode
+ .venv*, .env*, .vscode, venv
.gitignore
@@ -86,6 +86,7 @@ celerybeat-schedule
86
.venv*
87
venv/
88
ENV/
89
+py3env/
90
91
# Spyder project settings
92
.spyderproject
@@ -108,3 +109,13 @@ ENV/
108
109
110
# vscode
111
.vscode
112
+
113
+# dotenv
114
+.env
115
116
+# mac osx specific files
117
+.DS_Store
118
119
+# PyCharm
120
+.idea/
121
+.idea_modules/
0 commit comments