Skip to content

Commit 2e73e88

Browse files
Add .gitignore, clean tracked artifacts
1 parent a62f18e commit 2e73e88

12 files changed

Lines changed: 6 additions & 93 deletions

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
__pycache__/
2+
*.pyc
3+
*.egg-info/
4+
dist/
5+
build/
6+
.venv/

click_to_mcp.egg-info/PKG-INFO

Lines changed: 0 additions & 74 deletions
This file was deleted.

click_to_mcp.egg-info/SOURCES.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

click_to_mcp.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

click_to_mcp.egg-info/entry_points.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

click_to_mcp.egg-info/requires.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

click_to_mcp.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
-1.85 KB
Binary file not shown.
-685 Bytes
Binary file not shown.
-7.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)