Spaces:
Running
Running
# Ignore virtual environment | |
venv/ | |
.env | |
audio_output/ | |
# Ignore compiled Python files | |
__pycache__/ | |
*.pyc | |
*.pyo | |
*.pyd | |
sentiment_history/ | |
# Ignore macOS system files | |
.DS_Store | |
# Ignore log files | |
*.log | |
audio_output | |