# mergetrain runtime state (queue DB, logs, temporary worktrees)
.mergetrain/

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

# Virtual environments
.venv/
venv/
env/

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Dashboard authoring dependencies and cache
dashboard/node_modules/
dashboard/.npm-cache/

# IDE / editor
.idea/
.vscode/

# OS
.DS_Store
