# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment files
.env
.env.local
.env.*.local
.env.test
test.env
.env.demo

# MCP/Claude files
.claude/

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

# OS files
.DS_Store
Thumbs.db
*:Zone.Identifier

# Logs
logs/
*.log

# Test coverage
htmlcov/
.coverage
.pytest_cache/

# Ansible
*.retry
ansible-vault-password

# Local device database (created at runtime by the SQLite adapter)
.mcp/

# Machine-specific test config: points at a local Ollama host and the local
# mcp-contracts checkout. Not portable, and this repo is public.
config.yaml
config.yaml.bak
