adding chapter 6, the build script and timeline docs

This commit is contained in:
2026-03-04 15:35:59 -06:00
parent d965859adf
commit cbaeb0df7b
13 changed files with 1651 additions and 83 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Virtual environment
venv/
# Python
__pycache__/
*.py[cod]
*.egg-info/
# OS files
.DS_Store
Thumbs.db
# Editor/IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Exports/builds (regeneratable)
exports/
# Claude Code
.claude/