diff --git a/.gitignore b/.gitignore index 7f8a8b0..a2ac30a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,10 @@ Thumbs.db desktop.ini # MCP Inspector logs -logs/ \ No newline at end of file +logs/ + +# Build artifacts +dist/ +build/ +*.egg-info/ +__pycache__/ \ No newline at end of file