data/
!src/lilbee/data/
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
*.pdf
*.html
*.txt
!tests/fixtures/**
# QA matrix corpus + pinned requirements need to be tracked.
!tools/qa/**/*.txt
!tools/qa/**/*.pdf
!tools/qa/**/*.html
# Site files served by GitHub Pages must be tracked.
!site/robots.txt
!demos/sample-corpus/**
CLAUDE.md
.worktrees/
docs/plans/
demo.cast
docs/superpowers/
.kreuzberg/
.claude/
.dolt/
.doltcfg/
.test_lancedb/
beads/
beads_bb/
.beads/
vault/
plugins/
.lilbee/
.superpowers/
node_modules/
*.mov
*.mp4
PLAN.md
.DS_Store
scripts/*
!scripts/check_style_rules.py
!scripts/porkbun-dns-setup.sh
!scripts/demo.sh
!scripts/release.sh
!scripts/release_notes.sh
!scripts/qa/
scripts/qa/*
!scripts/qa/*.py
.DS_Store
.superpowers/
tools/qa-binary.sh
# Generated by `make site` / `make docs-site` (the static site sources stay tracked).
site/api/
site/coverage/
site.tar.gz

# Demo generation lives on the gh-pages branch. demos/_out/ on main
# is only used by the thin scripts/demo.sh wrapper if anyone runs the
# render from a main checkout.
demos/_out/
demos/_sandbox/
