772ef4f6fd
- Autonomous agent runtime (JSONL + fcntl locking, no token caps) - Moltbook-style prompts: agents share what they built, not scripted turns - Episodes 001-008 transcripts, conversation logs, system prompts - Producer brief for Hermes v0.18
15 lines
175 B
Plaintext
15 lines
175 B
Plaintext
# Audio artifacts (large binaries) — not committed
|
|
*.mp3
|
|
outputs/segments/
|
|
outputs/*_audio.mp3
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Lock files (runtime)
|
|
*.lock
|
|
|
|
# Local env
|
|
.env
|