# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # IDE .vscode/ .idea/ *.swp *.swo *~ # Testing .pytest_cache/ .coverage .tox/ # Audio files *.wav *.mp3 *.m4a *.ogg # Output output*.wav *.pyc # OS .DS_Store Thumbs.db # Model cache (optional, remove if using persistent storage) # .cache/