__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
.env
.DS_Store

# Build artifacts (none expected for stdlib-only, but be safe)
build/
dist/
*.egg-info/

# Local media outputs -- never commit generated assets. The sfx-only list let a
# `venice-music-*.mp3` test artifact get committed once; every generator's
# `name_prefix` belongs here, not just the first one that bit us.
venice-sfx-*.mp3
venice-sfx-*.wav
venice-sfx-*.flac
venice-sfx-*.bin
venice-music-*
venice-video-*
venice-tts-*
contact-sheet.png

# Semantic-search index (machine-generated vectors; `venice index` also drops a
# self-ignoring .venice/.gitignore in any project it indexes)
.venice/

# Editor / IDE
.vscode/
.idea/
*.swp

# Vendored Venice OpenAPI spec -- local dev reference only (large, fast-moving
# third-party file). Fetch fresh from Venice rather than tracking in history.
reference/venice-openapi.yaml
