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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# rag-ci working state. This repo's own baseline lives in examples/reference/;
# a user project would commit .ragci/baseline.json instead of ignoring it.
.ragci/

# Secrets
.env
.env.*
!.env.example

# OS / editor
.DS_Store
.idea/
.vscode/

# Implementation plans: process artefacts, deliberately not versioned.
.plans/
