# Secrets — never commit real Tradera credentials
.env

# Personal sourcing output — not part of the server
sourcing-report-*.md

# MCP Registry publisher CLI (downloaded locally)
mcp-publisher
mcp-publisher.exe
mcp-publisher*.tar.gz
.mcpregistry_*

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtual environments
.venv/
venv/
env/

# Tooling / editors
.pytest_cache/
.mypy_cache/
.ruff_cache/
.idea/
.vscode/
.DS_Store
