Skip to content

Commit 83a40ec

Browse files
committed
Add MCPB build artifacts, type checker caches, and OS files to .gitignore
1 parent d2ebc76 commit 83a40ec

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.gitignore

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ coverage.xml
4141
.pytest_cache/
4242
cover/
4343

44+
# Type checking
45+
.mypy_cache/
46+
.dmypy.json
47+
.pytype/
48+
4449
# Environments
4550
.env
4651
.venv
@@ -55,8 +60,9 @@ ENV/
5560
.vscode/
5661
*.code-workspace
5762

58-
# macOS
63+
# OS
5964
.DS_Store
65+
Thumbs.db
6066

6167
# Claude
6268
.claude/
@@ -89,5 +95,10 @@ temp/
8995
*.pem
9096
credentials.json
9197

92-
# Built bundles
98+
# MCPB bundles
99+
bundle/
100+
deps/
93101
*.mcpb
102+
103+
# Scanner reports
104+
security-report.json

0 commit comments

Comments
 (0)