# macOS
*.DS_Store

# API credentials
credentials.ini

# May not want to commit lyrics text files
*.txt
*.json

# Jupyter
/Notebooks
.ipynb_checkpoints/
*.ipynb

# Test files
.cache/
.tox
lyricsgenius.egg-info
fixtures

# Python module things
*.pyc

# Python cache stuff
*.egg-info
__pycache__
dist
build
.idea

# VS Code settings
.vscode/

# GitHub Copilot config (skills, instructions)
.github/copilot-instructions.md
.github/skills
