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

# Compiled native extension modules (PyO3 / maturin build output)
*.so
*.pyd

# Node
node_modules/
dist/
.next/
*.tsbuildinfo

# Rust
/target
*.vault

# Sandbox runtime vaults (seeded on demand: kovra_run example + the MCP demo)
sandbox/.kovra-vault/
sandbox/.kovra-mcp-vault/

# Env / secrets
.env
.env.*
!.env.example
!.env.refs
cicd/*/*.env

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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
coverage/

# devinit scratch
.branches.local.tmp
