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:
commit
677b8c7c27
2 changed files with 59 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal 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
|
||||
Reference in a new issue