# .NET
bin/
obj/
*.user
*.suo
*.userprefs
*.nupkg
*.snupkg
.vs/
*.log
publish/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
*.whl
.venv/
venv/
env/
.env
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Secrets
*.pem
*.key
.mcpregistry_*

# Build artifacts
mcp-publisher.exe
mcp-publisher.tar.gz
