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

# Tooling caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# OS
.DS_Store

# Never commit a real, org-specific config at the repo root.
# Root-anchored so the example fixtures under examples/ ARE tracked.
# The documented template lives at jobwright.config.example.yaml.
/jobwright.config.yaml

# multi-AI review working artifacts (local only)
.ai-friend-review/
