# Python
__pycache__/
*.py[cod]
*$py.class

# Environment variables
.env

# Data (keep .gitkeep but ignore other files if you want, or just ignore mp3s)
data/*
!data/.gitkeep

# OS
.DS_Store
