# Python environment __pycache__/ *.py[cod] *$py.class venv/ .venv/ env/ .env # Data and artifacts *.wav *.mp3 *.log /tmp/ # Model and other Large Files *.bin *.pt *.pth *.h5 *.onnx # IDEs .vscode/ .idea/ .DS_Store