# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs / runtime artifacts
*.log
*.tmp
*.bak

# Build outputs (analyzed locally, not for commit)
*.elf
*.hex
*.bin
*.map
*.lst
*.mdf
*.o
*.obj
*.a
*.lib

# Test / scratch artifacts
_test_*.py
_test_flow.py

# Local config overrides (keep mcp_config.json template, ignore user copies)
mcp_config.local.json