/target/
Cargo.lock
*.swp
*.swo
.DS_Store

# Trunk WASM build output for the canvas — the binary embeds from
# /static-canvas/ (committed), not /canvas/dist/ (regenerated).
canvas/dist/
canvas/target/

# Codegen artifacts kept in tree (committed):
# - nodes-spec/*.json
# - crates/for-tanner-nodes/src/generated/*.rs

# Reference clone of n8n source (kept outside the repo)
/n8n/
/.n8n-cache/

# IDE
.idea/
.vscode/
