diff options
| author | rottedfm <rottedfm@proton.me> | 2026-08-19 11:21:20 -0400 |
|---|---|---|
| committer | rottedfm <rottedfm@proton.me> | 2026-08-19 11:21:20 -0400 |
| commit | 8c0b4c53b130555f040884c1f52b90f16b23e241 (patch) | |
| tree | cbb77a8b94db0dcf36c09a1b0087ac762b3a4ee2 /.gitignore | |
| parent | c6ae4660d1cc2414b22c492c5e819d009c8187c2 (diff) | |
chore: add BSD-2-Clause license and ignore rules
The repository had no license, which blocks distribution and left the
README's "setup license" item open. Ignore rules now cover the runtime
data directory, coverage output, and local assistant notes.
Class: Process/docs only
Requirements: none — no source changed
Verified: no source changed; gate unaffected
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1 +1,14 @@ /target + +# Runtime data directory: logs and state, not source. +# `.envrc` points MOJIBAKE_DATA here during development. +/.data/ + +# Coverage output +/lcov.info +*.profraw + +# Local AI assistant instructions — personal, not part of the project +CLAUDE.md +CLAUDE.local.md +.claude/ |
