diff options
| author | ntzyz <i@ntzyz.io> | 2026-07-07 12:51:48 +0800 |
|---|---|---|
| committer | ntzyz <i@ntzyz.io> | 2026-07-07 12:51:48 +0800 |
| commit | 6b6ea338ad8168d859ad1b88ac420f21ac9c92bc (patch) | |
| tree | d5e65deea85e723203a8daf11335af4b6a114cb9 /.gitignore | |
| parent | da5187bba6a459629e696c56b7b6335e017eae33 (diff) | |
feat: split README and INSTALL, complete plugin.yaml fields
- Split README.md (overview) and INSTALL.md (install for agents)
- Add kind/requires_env/provides_tts_providers to plugin.yaml
- Unify author to ntzyz <i@ntzyz.io>
- Add .gitignore
- Add Windows PowerShell equivalents and reuse tip
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd3b315 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc +*.pyo +.env +*.wav +output.wav |
