# Python __pycache__/ *.py[cod] *.egg-info/ dist/ build/ # Virtual env xtts_env_win/ env/ venv/ .venv/ # IDEs .vscode/ .idea/ # Logs *.log # Mac/Windows system files .DS_Store Thumbs.db # Audio temp / output *.wav *.mp3 temp_*.wav final_output.txt # Huggingface cache / torch cache (optional) ~/.cache/huggingface/ ~/.cache/torch/ # Local secrets .env