# Rust
/target
Cargo.lock

# Python
__pycache__/
*.py[cod]
*.so
*.pyd
.env
.env.*
!.env.example
dist/
build/
*.egg-info/
.venv/
venv/

# Editor
.vscode/
.idea/
*.swp
node_modules/

# Claude Code — local only, not for repo
CLAUDE.md
.claude/
.local-notes/
.local-logs/
docs/todays-goal.md
docs/public-preview-checklist.md
docs/future-ideas.md
docs/demo-script.md
docs/release-v0.1.0-preview.md

# Blacknode artifacts
*.bn.cache
/.cutlass-cache/
/workflow.py
/workflow.*.py
/imported.workflow.json
/imported*.workflow.json
docs/*.mp4
editor-server/blacknode_graph.json
editor-server/api_keys.json
editor-server/custom_models.json
editor-server/runs/
editor-server/.driver-*.json
/trajectories/
/workflows/
/nodes/learned/*
!/nodes/learned/.gitkeep
