# Your corpus and voiceprint. This is your writing -- it stays on your machine.
# The corpus can reconstruct a meaningful portion of your prompt history.
.being-human/
*.being-human/

__pycache__/
*.pyc
.DS_Store
.venv/
venv/

# build artifacts
dist/
build/
*.egg-info/

# Secrets. .env.example is conventionally a COMMITTED template of placeholder
# values, so real tokens under that name are a leak waiting to happen. Ignored
# explicitly here rather than relying on it living inside .being-human/.
.env
.env.*
*.env
!.env.sample

# demo render intermediates (the finished mp4/gif/srt are committed)
demo/media/
demo/bed.wav
.venv-demo/
