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

# Virtual envs
.venv/
venv/

# Editor
.idea/
.vscode/
*.swp

# Test
.pytest_cache/
.coverage
htmlcov/

# myl-dev-mcp runtime state (project-local)
.myl-context/
