Initial project setup with Nix flake and gitignore

Nix devshell with gh, bubblewrap sandbox, and yolo mode.
Gitignore for .claude, .wave internals, secrets.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 17:02:01 +01:00
commit 3a74a298a5
2 changed files with 111 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
.claude/*
!.claude/commands/
.archive/
.idea/
.wave/*
!.wave/pipelines/
!.wave/personas/
!.wave/contracts/
!.wave/prompts/
wave.yaml
.env