Assignment5-7 / gitignore
Sirapatrwan's picture
Upload gitignore
169f7c1 verified
raw
history blame contribute delete
204 Bytes
# Python virtual environments
venv/
env/
.env
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# Temporary audio files
*.mp3
*.wav
# Local IDE files
.idea/
.vscode/
# Logs and misc
*.log
*.DS_Store