# Design docs
spec.md
implementation.md

# Rust
/target
**/*.rs.bk

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/

# Env files — keep `.env.example` as a committed template.
.env
.env.*
!.env.example

# Built cdylib + generated UniFFI Python module (both produced by
# scripts/build_native.sh). Match at any depth for the workspace layout.
**/livekit/portal/liblivekit_portal_ffi.dylib
**/livekit/portal/liblivekit_portal_ffi.so
**/livekit/portal/livekit_portal_ffi.dll
**/livekit/portal/livekit_portal_ffi.py

# Claude Code
.claude/

# OS
.DS_Store
