Skip to content

Commit 74ee1f5

Browse files
committed
chore: add .basedpyright to .gitignore for both the template and the generated project
1 parent abd7673 commit 74ee1f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ Thumbs.db # Windows thumbnail cache
4949
# MyPy cache (if used standalone or by IDE)
5050
.mypy_cache/
5151

52-
# Pyright cache
52+
# Pyright/Basedpyright cache
5353
.pyright/
54+
.basedpyright/
5455

5556
# Ruff cache
5657
.ruff_cache/

{{cookiecutter.project_name}}/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ Thumbs.db # Windows thumbnail cache
5656
# MyPy cache (if used standalone or by IDE)
5757
.mypy_cache/
5858

59-
# Pyright cache
59+
# Pyright/Basedpyright cache
6060
.pyright/
61+
.basedpyright/
6162

6263
# Ruff cache
6364
.ruff_cache/

0 commit comments

Comments
 (0)