chore: add .gitignore
CI / Lint / Test / Vet (push) Failing after 6s
CI / Build & Import (push) Has been skipped
CI / Mirror to GitHub (push) Has been skipped

Excludes build artifacts and the .claude/skills symlink (wired by the skills
installer, never committed — matches the mathias/skills convention) and local
env files.
This commit is contained in:
mathias
2026-06-02 11:06:13 +00:00
parent c7250fc493
commit 70e6f77fc8
+12
View File
@@ -0,0 +1,12 @@
# Build artifacts
/bin/
*.out
# Skills are wired as symlinks by the skills library installer and must never
# be committed (see docs convention in mathias/skills).
.claude/skills
# Local env / editor
.env
.env.*
*.local