__pycache__/
*.pyc
.venv/
.coverage
.pytest_cache/
*.egg-info/
dist/
build/
.ruff_cache/

# Local secrets — never commit. Examples (.env.example) are allowed.
.env
.env.local
.env.*.local
.envrc

# Lockfile is gitignored at 0.1.0a1 because the [mcp] extra (re-added
# at 0.1.0a2 once kaos-mcp ships) would carry an unresolvable sibling
# pin. Re-track this file when extras come back. See F009 #4 in the
# kaos-modules OSS plan.
uv.lock
