Bridges the legacy TeamSpeak 3 ServerQuery raw protocol (TCP 10011) to TeamSpeak 6's SSH Query interface (TCP 10022). Includes unit tests, Docker setup, and integration test scaffold. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
90 B
Text
10 lines
90 B
Text
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.env
|