Skip to content

Commit 61011ad

Browse files
ImTotemclaude
andcommitted
fix: unignore pyrightconfig.json from *.json gitignore rule
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d444586 commit 61011ad

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ $RECYCLE.BIN/
510510
*.json
511511
!package.json
512512
!tsconfig.json
513+
!pyrightconfig.json
513514

514515
# Generated nginx conf (envsubst output from .template)
515516
infra/nginx/bcsd-api.conf

pyrightconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"venvPath": ".",
3+
"venv": ".venv",
4+
"pythonVersion": "3.12",
5+
"include": ["src"]
6+
}

0 commit comments

Comments
 (0)