# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Testing
.coverage
.pytest_cache/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Type checking
.mypy_cache/

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

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# LLM Orchestra - Security Critical
# Never commit credential files or encryption keys
*.enc
.key
credentials.enc
.llm-orc/credentials.enc
.llm-orc/.key
~/.llm-orc/

# LLM Orchestra - Local Configuration
# Local ensemble variations and personal configs
.llm-orc/ensembles/*-local.yaml
.llm-orc/ensembles/local-*.yaml

# Uncomment to ignore project config variations per developer
# .llm-orc/config.yaml