.venv/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
site/
__pycache__/
*.py[cod]
.env
.env.*
!.env.example
.vscode/
.sonar/
external_analysis/
# BMAD framework install + its generated output (local tooling, not repo content)
_bmad/
_bmad-output/
.agent/
.agents/
.github/agents/
docs/codebase/
docs/project-scan-report.json
# Local AI-agent context file (solo-dev machine convenience, not shipped repo content)
CLAUDE.md
# BMAD-installed skill packs; only the two curated contributor skills are tracked
.claude/skills/*
!.claude/skills/release-gate/
!.claude/skills/write-adr/
# Generated test/quality reports (TEA output; double space verbatim from _bmad/tea/config.yaml)
# and example run outputs -- local artifacts, never committed
coverage  and quality reports/
examples/http_agent/artifacts/
examples/http_agent/*.json
