security: untrack dev.env, add template dev.env.example

Real secrets now live in untracked dev.env (gitignored). dev.env.example
holds placeholders and is the canonical template — copy it to dev.env on
fresh checkout and fill in real keys.
This commit is contained in:
Bossiara13 2026-04-22 17:33:07 +03:00
parent b3867603ff
commit 8019ee0baa
2 changed files with 6 additions and 1 deletions

View file

@ -1,2 +0,0 @@
PICOVOICE_TOKEN=<тут ключ-picovoice>
GROQ_TOKEN=<тут ключ-groq>