# version control .git .github # python .venv .venv-workers __pycache__ *.pyc *.pyo *.pyd .pytest_cache .coverage htmlcov dist build *.egg-info .ruff_cache .mypy_cache # environment and local data .env .env.local data/ test-audio/ # development sandbox/ tests/ docs/ STATUS.md docker-build-profile-*.log *-build-profile.log simple-build.log # frontend (built separately) frontend/