hephaestus/.gitignore
Erich Blume 652d2e89e6
Some checks failed
Build / validate (pull_request) Failing after 10m32s
heph: dev/installed isolation — mise run dev task + install how-to
- mise-tasks/dev runs the working-tree hephd on isolated .dev/ paths (gitignored)
  so in-repo development never touches the installed daemon's data; point a dev
  nvim at it via HEPH_SOCKET/HEPH_DB.
- docs/how-to/install-heph.md: install heph/hephd from the forge (build from
  source), the lazy.nvim `dir` setup for the subdir plugin, and dev isolation.
- gitignore .dev/ and the transient .claude scheduled-task state.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 09:39:59 -07:00

21 lines
276 B
Text

.claude/settings.local.json
.claude/scheduled_tasks.lock
.claude/scheduled_tasks.json
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
# Rust
/target/
# Dev daemon data (isolated from the installed heph; see `mise run dev`)
/.dev/
# Linter caches
.ruff_cache/
# OS
.DS_Store