Replace Dockerfile/Compose with single-container wrapper; new input/output layout; always build both PDF+DOCX via bin/resume-build; add .gitignore; update README and AGENTS.md; generate artifacts to output/ (ignored)

This commit is contained in:
2025-10-06 14:56:51 -05:00
parent f8b4a37890
commit a0b01e40b4
10 changed files with 246 additions and 100 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# Ignore build artifacts
output/
# Editor/OS cruft
.DS_Store
*.swp
*.swo
*.tmp