# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# uv / hatch
.venv/
venv/

# Local config & secrets — NEVER commit
.env
.env.*
!.env.example
*.key
*.pem
local-*.json
local-*.yaml

# Editor / OS
.vscode/
.idea/
.DS_Store
*.swp

# Worker runtime artifacts
data/
buffer/
*.sqlite
*.sqlite-journal
logs/

# Agent runtime state (local checkpoints written by `kagura-agent run --session`)
.kagura-agent/

# kagura-engineer local dev config
repo.yaml

# Operator provider registry — references only, but gitignored as defense-in-depth
kagura-agent.toml
