# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ # Checkpoints and cache checkpoints/ *.ckpt *.pth *.pt # Audio files (except reference) output*.wav chunk_*.wav temp_*.wav # Logs *.log server.log # macOS .DS_Store # IDE .vscode/ .idea/ *.swp *.swo # Test files test_*.py verify_*.py measure_*.py *.sh