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

# Editor
.vscode/
.idea/

# Vault runtime state (per-user, never committed)
.llm-spend/
.publish.lock
.ship-journal.json
# Local cache for embedding-model calibration runs (regenerable; large npz)
scripts/.calibration_cache/
