# Local checkout of agent-sdk for docs workflows and local testing
agent-sdk/

# Sphinx build artifacts
scripts/sphinx/build/
scripts/sphinx/source/*.rst
!scripts/sphinx/source/index.rst
!scripts/sphinx/source/conf.py

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so

# Virtual environments
venv/
env/
.env

# IDE files
.vscode/
.idea/
*.swp
*.swo

# OS junk
.DS_Store
Thumbs.db

# Keep generated API reference docs (these should be committed)
# api-reference/ - This directory should be committed
