# ghostrun cache (recorded LLM responses live here; usually committed intentionally
# per-project, e.g. examples/.ghostrun_cache/). The root-level one is where ad-hoc
# local runs of the test suite / ghostrun doctor happen to write -- not intentional
# content, so it's ignored specifically at the root rather than everywhere.
/.ghostrun_cache/

__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.venv/
site/

.vscode/
.idea/
.DS_Store
Thumbs.db

doc/prd.md
doc/task.md
