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 abd7673 commit 74ee1f5Copy full SHA for 74ee1f5
.gitignore
@@ -49,8 +49,9 @@ Thumbs.db # Windows thumbnail cache
49
# MyPy cache (if used standalone or by IDE)
50
.mypy_cache/
51
52
-# Pyright cache
+# Pyright/Basedpyright cache
53
.pyright/
54
+.basedpyright/
55
56
# Ruff cache
57
.ruff_cache/
{{cookiecutter.project_name}}/.gitignore
@@ -56,8 +56,9 @@ Thumbs.db # Windows thumbnail cache
58
59
60
61
62
63
64
0 commit comments