__pycache__/
*.py[cod]
*.egg-info/
.eggs/

build/
dist/

.venv/
venv/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Sample apps and the profiling harness resolve the SDK from a local path, so their locks are
# not portable.
samples/*/uv.lock
profiling/uv.lock
.env

.DS_Store
.idea/
*.swp
.claude
.vscode
