# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Symbol index + caches
.symbol/

# IDE
.idea/

# macOS
.DS_Store

# Local scratchpad (per CLAUDE.md convention)
.tmp/

# Built language-adapter daemons (dev). CI rebuilds these from source and
# bundles them under src/wyolet/symbol/bin/ in the wheel.
src/wyolet/symbol/adapters/*/daemon/go-scan
src/wyolet/symbol/adapters/*/daemon/*-scan
# Cross-compiled per-platform binaries (built by `make build-go-scan-all`
# locally or by CI before wheel build). Not committed.
src/wyolet/symbol/bin/

# Demo recordings (generated locally; .cast + .svg already cover docs).
# Heavy binaries don't belong in git history — upload to a GitHub
# release asset if you need to embed them somewhere.
docs/demos/*.gif
docs/demos/*.mp4
