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

# Virtual environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Editors and OS
.idea/
.vscode/
.DS_Store

# Local planning docs
docs/tasks/
langgraph-okf-spec.md
okf-agents-spec.md

# Local marketing drafts
marketing/
