# Secrets and local config
.env
.env.local

# Local vault mirror (rebuilt from the configured remote backend via `knoten sync`).
# The vault subdirectory keeps its historical name — it's configurable via
# KNOTEN_VAULT_DIR, but dev-mode defaults to `kasten/`.
kasten/
kasten.bak-*/

# Runtime state (index, sync cursor, scratch)
.knoten-state/
.dev-state/

# MkDocs build output (built in CI, deployed via GitHub Actions)
site/

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

# Test / coverage artefacts
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/

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

# Claude scratch (per global convention)
.claude/*.local.*
