# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/
env/
pip-wheel-metadata/

# MSAL token cache — never commit
~/.msal-cache/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
test-results/
locator-repository.json

# Node
node_modules/
npm-debug.log*

# Env
.env
.env.local

# Editor
.vscode/settings.json
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Generated MCP config (has absolute paths — per-developer)
.mcp.json
.vscode/mcp.json

# .env (may contain secrets)
.env
