.env
.env.local
.venv/
__pycache__/
*.pyc
*.egg-info/
dist/
build/
data/rosclaw_knowledge.db
data/rosclaw_knowledge.db-wal
data/rosclaw_knowledge.db-shm
data/benchmarks/frontier_eng_ab/
.pytest_cache/
.ruff_cache/

# Local IDE / plugin runtime state (leaks paths and other-project memory)
.claude-flow/
.claude/

# Operational state — regeneratable, contains absolute paths
data/source_manifest.json
data/benchmarks/
data/reports/
data/stats_history/
data/assets_curated_from_registry/
data/exports/*
!data/exports/.gitkeep
# Commit the Sprint-6 deterministic seed JSONL so CI has data to chew on.
!data/exports/evidence_traces_seed.jsonl

# Fetched / drafted corpus — regeneratable via:
#   scripts/ingest_awesome.py   (Phase 8 sources)
#   scripts/autodraft.py        (Phase 7 LLM drafts)
wiki/auto_drafted/
wiki/awesome_corpus/

# Legacy wiki source corpus — deployer mounts or symlinks it themselves
wiki/
/wiki

# 测试生成文件
.coverage
.pytest_cache/
*.egg-info/
__pycache__/
*.pyc
