# Python
__pycache__/
*.py[cod]
*.pyd

# Virtualenv
.venv/
venv/
node_modules/

# Audio / renders / assets
out/
out_v2/
tmp_export/
/audio/
spectrograms/
*.wav
*.mp3
*.m4a

# Local video workspace outputs (DO NOT COMMIT)
video/remotion/public/generated-media/*
!video/remotion/public/generated-media/.gitkeep
video/remotion/renders/*
!video/remotion/renders/.gitkeep
*.mp4
*.mov

# Local soundfonts / large binaries
soundfonts/
*.sf2

# Local workspace artifacts
.pytest_cache/
.ruff_cache/

# OpenClaw personal memory (DO NOT COMMIT)
MEMORY.md
memory/

# OpenClaw workspace meta (DO NOT COMMIT)
AGENTS.md
BOOTSTRAP.md
HEARTBEAT.md
IDENTITY.md
SOUL.md
TOOLS.md
USER.md

# OpenClaw local state
.clawdhub/

# Misc
.DS_Store
