# Environment / secrets
.env

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/

# Editor
.vscode/

# Token cache (written by auth.py at runtime)
.powerbi_mcp_token_cache.*
