Skip to content

Commit 547ea3c

Browse files
authored
Merge pull request #10 from aliyun/release_019
chore: 删除.DS_Store文件并添加.gitignore
2 parents 5d1dc20 + c178075 commit 547ea3c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Python-generated files
2+
__pycache__/
3+
*.py[oc]
4+
build/
5+
dist/
6+
wheels/
7+
*.egg-info
8+
9+
# Virtual environments
10+
.venv
11+
12+
# Local configuration files
13+
.DS_Store
14+
15+
# test case environment variables
16+
.test_mcp_client_env

0 commit comments

Comments
 (0)