- go.mod at forge.lthn.ai/core/go-forge - Pinned swagger.v1.json (229 types, 284 paths, 450 endpoints) - CLAUDE.md with architecture overview and implementation plan reference - Directory structure for types/, cmd/forgegen/ Co-Authored-By: Virgil <virgil@lethean.io>
21 lines
138 B
Text
21 lines
138 B
Text
# Binaries
|
|
/bin/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test
|
|
*.test
|
|
*.out
|
|
coverage.html
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|