# Hippocampus per-machine / runtime state (never committed)
.claude/settings.local.json
.workstate/.local/
.memory/.local/

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/

# Build artifacts (never committed — PyPI artifacts are built fresh per release)
dist/
build/
*.egg-info/

# harness agent worktrees (never commit)
.claude/worktrees/
