# Environment variables — never commit secrets
.env
.mcpregistry_github_token
.mcpregistry_registry_token

# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
.Python
build/
*.egg-info/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

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

# Bundle — org-specific manifest contains secrets; only template is tracked
bundle/manifest.json

# Built bundles contain baked-in secrets — never commit
dist/
