From 6b6ea338ad8168d859ad1b88ac420f21ac9c92bc Mon Sep 17 00:00:00 2001 From: ntzyz Date: Tue, 7 Jul 2026 12:51:48 +0800 Subject: 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 - Add .gitignore - Add Windows PowerShell equivalents and reuse tip --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.3.1