chrome-mcp 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,22 @@
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *.egg-info/
5
+ build/
6
+ dist/
7
+
8
+ # 虚拟环境
9
+ .venv/
10
+ venv/
11
+
12
+ # 工具缓存
13
+ .DS_Store
14
+ .idea/
15
+ .vscode/
16
+
17
+ # 运行期工作目录(server.py 把 /workspace 映射到这里)
18
+ workspace/
19
+
20
+ # 日志
21
+ *.log
22
+ logs/