We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e3eb3 commit 91eb816Copy full SHA for 91eb816
1 file changed
.gitignore
@@ -23,6 +23,9 @@ var/
23
.installed.cfg
24
*.egg
25
26
+# ignore mypy cache
27
+.mypy_cache
28
+
29
# PyInstaller
30
# Usually these files are written by a python script from a template
31
# before PyInstaller builds the exe, so as to inject date/other infos into it.
0 commit comments