chore: initialize homebrew-magic-rpg monorepo

Consolidates the HbM: RPG project (formerly the loose hbm-books
working folder) into a single repo. ObsidianNotes, foundry-lore, and
foundry-system are wired in as submodules pointing at their existing
Gitea repos. Loose tooling scripts are organized under tools/,
obsolete/one-off scripts (fix_vault.py, generate_mocs.py, debug-*.ts,
write_file_helper.py) and _books/ (superseded by ObsidianNotes) are
excluded via .gitignore rather than deleted. foundryvtt-admin is
excluded pending its own separate repo.
This commit is contained in:
Octoturge
2026-08-17 21:28:50 +02:00
commit a4f8941fca
25 changed files with 3702 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Secrets - never commit
.env
.env.*
*.env
gdrive-token.json
client_secret*
.thorclient/
# Node
node_modules/
# Generated / compiled - regenerate via tools/
NotebookLM_Uploads/
.output/
__pycache__/
vault_analysis_report.json
batch_gen.log
scratch_images.txt
Foundry-Data/data/books-cache.json
# OS
.DS_Store
# Excluded from this repo for now (see cleanup notes)
_books/
fix_vault.py
generate_mocs.py
debug-parse.ts
debug-spell.ts
debug-walker.ts
write_file_helper.py
foundryvtt-admin/