# Secrets .env .env.* !.env.example # Python .venv/ venv/ __pycache__/ *.py[cod] *$py.class build/ dist/ *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # Model weights and local runtime artifacts cache/ debug/ *.wav *.aiff # OS / IDE .DS_Store .idea/ .vscode/