# secrets — never commit
# (gitignore does NOT support inline comments — keep comments on their own line)
.env
.env.*
# allow the committed example (placeholders only)
!.env.example
# local RFC 3161 timestamp-authority private key + cert
.vault_tsa/

# macOS
.DS_Store

# python
.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/

# node / ts sdk
node_modules/
dist/
*.tsbuildinfo

# harness — reference clone (study only, never tracked)
ECC-reference/

# harness runtime artifacts (generated by hooks; never tracked)
.claude/state/
.claude/metrics/
.claude/sessions/
.claude/homunculus/instincts/learned/
.vault_tlog/

# personal Claude Code settings (machine-local)
.claude/settings.local.json
.claude/launch.json

# tooling caches
.hypothesis/
