chore: scaffold repo skeleton

Empty placeholder commit anchoring the repo. Substantive scaffolding
(flake.nix, modules/, settings.nix) lands in follow-ups iterated under
the sandboxed-claude policy.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-05-24 19:21:12 +02:00
commit 677b8c7c27
2 changed files with 59 additions and 0 deletions

15
.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
# Sandboxed-claude runtime config (bootstrapped per launch — not for commit)
.claude/
# Nix build outputs
result
result-*
# direnv
.direnv/
# Editor scratch
*~
.#*
*.swp
*.swo