/hook_outputs/
**/hook_outputs/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/
*.eggs/

# TypeScript/Node
node_modules/
typescript/dist/
*.tsbuildinfo
# Yarn Berry (PnP + cache)
.yarn/
.pnp.*
yarn.lock

# Rust
rust/target/
*.rs.bk

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

# OS
.DS_Store
Thumbs.db

# Environment / Secrets
.env
.env.*
!.env.example

# Locke runtime (plaintext config should never be committed)
.locke/config.json

hook_outputs
