Skip to content

Commit 3492990

Browse files
committed
Add architecture documentation and update gitignore
Add ARCHITECTURE.md (635 lines) documenting: - Migration rationale and goals - Go-based buildpack architecture - Supply/finalize phase separation - Extension system design - Configuration management approach - Comparison with Python implementation Update .gitignore to exclude Go build artifacts and temporary files.
1 parent 941f2f9 commit 3492990

File tree

2 files changed

+646
-0
lines changed

2 files changed

+646
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,14 @@ DebugKit
2020
Dockerfile
2121
lib/PyYAML*
2222
lib/_yaml
23+
24+
# Build artifacts
25+
*.test
26+
.bin/
27+
build/*.zip
28+
29+
# Sensitive files
30+
AGENTS.md
31+
32+
# Test artifacts
33+
test-verify*/

0 commit comments

Comments
 (0)