1344e557e5
Agrega prompts/ al gitignore raiz. Actualiza dag_engine/.gitignore con patrones estandar para Go, frontend y editor. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
150 B
Plaintext
19 lines
150 B
Plaintext
# Build output
|
|
dag_engine
|
|
*.exe
|
|
|
|
# Frontend build
|
|
frontend/dist/
|
|
frontend/node_modules/
|
|
|
|
# Go
|
|
vendor/
|
|
|
|
# Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|