# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.tox/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
uv.lock

# Editor
.vscode/
.idea/
*.swp
*.swo
*~

# Generated viewer output (kept out of VCS by default; users may opt-in)
*.viz.html
_site/
okf-site/

# Studio session state (ephemeral live feed + undo + auth token;
# per-bundle). Duplicated from the parent repo's ignore so a standalone
# clone of this directory (the documented skill distribution model) keeps
# ignoring samples/*/.okf-loom/session/.
**/.okf-loom/session/

# Local agent/runtime workspace state
.aic/
.pi/
.playwright-mcp/
workspace/

# OS
.DS_Store
Thumbs.db
