__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.venv/
.env
.env.*
*.lock
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Machine-local runtime state — never commit
.hybrid-search/
.codex/

# PoC embedding cache — derived from conversation content, regenerated on run
scripts/.poc_cache/
