.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
.DS_Store

# Test mode artifacts (created by `just launch`)
.last-state-path

# Local scheduler lock (per-host PID, not session-portable)
.claude/scheduled_tasks.lock

# v0.3 smoke fixture artifacts (created by `just smoke{,-auto}`)
.last-smoke-path
.last-smoke-runs
.last-smoke-proposal

# scripts/regen_serve_demo.py seeds a local state corpus here; the
# canonical demo data lives in src/agentguides/serve/static/data/.
/.dev-state/

# Contributor-local env: AG_HERMES_INFERENCE_*, GUIDE_HARNESS_*_MODEL,
# GUIDE_WEB_ENABLED, etc. See .env.example for the documented surface.
.env
.env.local

# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
.beads/proxieddb/

# Understand Anything knowledge graph (large generated artifacts)
.understand-anything/
