news-summarization / .gitignore
proKBD's picture
Upload 8 files
d9cc29f verified
raw
history blame contribute delete
232 Bytes
# 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