build: initial repo scaffold

Problem: need project foundation files.

Solution: add MIT license, gitignore, and editorconfig.
This commit is contained in:
Barrett Ruth 2026-02-24 15:08:35 -05:00
commit 717a6133cd
3 changed files with 43 additions and 0 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
doc/tags
*.log
.*cache*
CLAUDE.md
.claude/
node_modules/
result
result-*
.direnv/
.envrc