# Secrets / credentials
.env
.env.*
*.key
*.pem
.aws/
.config/khiip/

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

# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
venv/
uv.lock
dist/
build/
.pytest_cache/
.ruff_cache/
.python-version

# JS (plugin scaffolding when added)
node_modules/

# Runtime data (daemon writes locally)
*.sqlite
*.db
*.log

# Local-only working files — never committed to the public repo.
/CLAUDE.md
/_internal/
/khiip-internal/
