Krishna086's picture
Update .gitignore
437ec4e verified
raw
history blame
251 Bytes
# Ignore Python cache files
__pycache__/
*.py[cod]
*$py.class
# Ignore virtual environments
venv/
env/
.env
# Ignore temporary files
temp_audio.wav
output_audio.mp3
# Ignore IDE files
.vscode/
.idea/
# Ignore logs and system files
*.log
*.DS_Store