# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
venv/
.venv/
env/
.env
.env.local
.env.*.local

# Tests / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/

# Docker
docker-compose.override.yaml
docker-compose.override.yml

# Recipient state — never commit
recipient-state/
*.local.yaml
*.local.json

# Vault content (recipients bring their own vault path; never bundled).
# Anchored to root so examples/vault-skeleton/ can still ship .indexer/
# placeholders.
/kv-vault/
/.indexer/
*.db
*.db-shm
*.db-wal

# HuggingFace / model caches
hf-cache/
.cache/

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

# Misc
*.log
node_modules/

# Generated guide intermediate (PDF is committed; HTML is rebuildable)
docs/SETUP-GUIDE.html

# Built release archives
dist/
