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

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

# OS
.DS_Store

# Kiro CLI workspace settings (may contain API keys)
.kiro/settings/mcp.json
# agent harness state (never publish secrets from here)

# agent scaffolding (off-task; never commit)
.agent/
