# Byte-compiled Python files
*.py[cod]
__pycache__/

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/
.venv/
.env/

# Setuptools
*.lock
*.log
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
*.cover
coverage.*
.cache
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Editor / IDE-specific files
.vscode/
.idea/
*.swp
*~
*.sublime-workspace
.project

# SDK specific
sdk/python/ibm_watsonx_orchestrate/ibm_watsonx_orchestrate/__pycache__/
sdk/python/ibm_watsonx_orchestrate/ibm_watsonx_orchestrate/messages/__pycache__/
sdk/python/ibm_watsonx_orchestrate/ibm_watsonx_orchestrate/_wrappers/__pycache__/
sdk/python/ibm_watsonx_orchestrate/ibm_watsonx_orchestrate/utils/__pycache__/

# Build scripts
.DS_Store
*.bak
*.tmp

# Ignore local environment and configuration files
.env
.env.*
.idea/
.vscode/
coverage/

# Ignore local examples
examples/local/
examples/*/local/