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

# Testing & coverage
.coverage
htmlcov/
.pytest_cache/

# M-LOOP runtime artifacts
M-LOOP_archives/
M-LOOP_logs/

# Environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/

# Planning research (local only)
.planning/research/
