# Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ .eggs/ # Virtual environments .venv/ venv/ env/ # Generated audio files *.wav *.mid *.mp3 /tmp/ # Model cache (heavy — never commit this) .cache/ huggingface/ /data/ # OS .DS_Store Thumbs.db # IDE .vscode/ .idea/ *.swp # Env files .env .env.* # Package manager artifacts pyproject.toml uv.lock