# Buyer-rendered config (created from the .example during setup)
config/bookforge.config.json

# Local env (never commit secrets; distribution mechanism also hard-excludes these)
.env
*.env
auth.json

# Hermes per-machine state (never belongs in a distribution)
memories/
sessions/
state.db
state.db-*
logs/
workspace/
plans/
home/
*_cache/
local/

# OS / editor cruft
.DS_Store
*.swp
