.env
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# CKG index artifacts (derivable; never committed — ADR-0006)
.ckg/

# Local-only framework learnings (issues, hacks, upgrade notes)
docs/framework/

# AI-assistant per-session working state (local-only, not published)
.claude/state/

# macOS
.DS_Store

# Keep .agentforge-state checked in — it tracks framework managed
# files for upgrade.

# build artifacts (uv build / hatchling)
/dist/
