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

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

# Local audio outputs -- never commit generated SFX
venice-sfx-*.mp3
venice-sfx-*.wav
venice-sfx-*.flac
venice-sfx-*.bin

# 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
